mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 17:06:42 +08:00
fix: correct auto-parse switch thumb alignment in data source settings (#17252)
This commit is contained in:
@@ -71,7 +71,6 @@ const DataSourceItem = (props: DataSourceItemProps) => {
|
||||
onCheckedChange={(isAutoParse) => {
|
||||
handleAutoParse?.({ source_id: id, isAutoParse });
|
||||
}}
|
||||
className="w-8 h-4"
|
||||
/>
|
||||
</div>
|
||||
<Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user