mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Update MoveDialog.tsx
This commit is contained in:
@@ -36,7 +36,7 @@ export const MoveDialog = <T,>({
|
||||
const handleMove = async () => {
|
||||
if (selectedCategoryId && rest.callback) {
|
||||
await rest.callback(selectedCategoryId, ids);
|
||||
rest.closeDialog();
|
||||
rest.reset?.();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user