feat(directory-explorer): show success toast after batch project add
This commit is contained in:
@@ -493,6 +493,7 @@ export const DirectoryExplorerDialog: React.FC<DirectoryExplorerDialogProps> = (
|
||||
});
|
||||
return;
|
||||
}
|
||||
toast.success(t('directoryExplorerDialog.toast.addedProjects', { count: added.length }));
|
||||
setSelectedPaths([]);
|
||||
handleClose();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user