Update MoveDialog.tsx

This commit is contained in:
Yassine
2025-01-27 06:10:44 +01:00
committed by GitHub
parent d532522461
commit 6f4499796a

View File

@@ -36,7 +36,7 @@ export const MoveDialog = <T,>({
const handleMove = async () => {
if (selectedCategoryId && rest.callback) {
await rest.callback(selectedCategoryId, ids);
rest.closeDialog();
rest.reset?.();
}
};