1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

fix imports error

This commit is contained in:
Kyle Spearrin 2016-10-18 21:34:08 -04:00
parent c5de290dd4
commit 986306f811

View File

@ -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;
} }