mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
fix(ui): disable sorting on user selection (#13520)
This commit is contained in:
parent
bfcf185138
commit
6060c3975d
@ -152,10 +152,6 @@ export const SelectableList = ({
|
||||
newItemsMap?.set(id, item);
|
||||
}
|
||||
|
||||
setUniqueOptions((options) =>
|
||||
sortUniqueListFromSelectedList(newItemsMap, options)
|
||||
);
|
||||
|
||||
return newItemsMap;
|
||||
});
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user