fix(ui): disable sorting on user selection (#13520)

This commit is contained in:
Chirag Madlani 2023-10-11 21:24:53 +05:30 committed by GitHub
parent bfcf185138
commit 6060c3975d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,10 +152,6 @@ export const SelectableList = ({
newItemsMap?.set(id, item);
}
setUniqueOptions((options) =>
sortUniqueListFromSelectedList(newItemsMap, options)
);
return newItemsMap;
});
} else {