mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
fix imports error
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
function importSuccess(folders, sites, folderRelationships) {
|
function importSuccess(folders, sites, folderRelationships) {
|
||||||
if (!folder.length && !sites.length) {
|
if (!folders.length && !sites.length) {
|
||||||
toastr.error('Nothing was imported.');
|
toastr.error('Nothing was imported.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user