fix(folders): reset state upon deleting folder and updating flow folder
This commit is contained in:
@@ -65,6 +65,8 @@ export default function Folders() {
|
||||
const handleDeleteFolderConfirmation = async () => {
|
||||
await deleteFolder(selectedFolderId);
|
||||
|
||||
setShowDeleteFolderDialog(false);
|
||||
|
||||
navigate({ search: allFlowsFolder });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user