feat(directory-explorer): show success toast after batch project add

This commit is contained in:
Bohdan Triapitsyn
2026-08-29 00:50:22 +03:00
parent 7052d94c2a
commit 5c2e3a6955
13 changed files with 13 additions and 0 deletions
@@ -493,6 +493,7 @@ export const DirectoryExplorerDialog: React.FC<DirectoryExplorerDialogProps> = (
});
return;
}
toast.success(t('directoryExplorerDialog.toast.addedProjects', { count: added.length }));
setSelectedPaths([]);
handleClose();
return;