mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-13 16:38:26 +08:00
Revert "Refactor: dataset / kb API to RESTFul style" (#13646)
Reverts infiniflow/ragflow#13619
This commit is contained in:
@@ -242,9 +242,7 @@ export const MultiSelect = React.forwardRef<
|
||||
|
||||
const disabledValueSet = React.useMemo(() => {
|
||||
return new Set(
|
||||
flatOptions
|
||||
.filter((option) => option.disabled)
|
||||
.map((option) => option.value),
|
||||
flatOptions.filter((option) => option.disabled).map((option) => option.value),
|
||||
);
|
||||
}, [flatOptions]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user