fix imports error
This commit is contained in:
parent
c5de290dd4
commit
986306f811
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
|
||||
function importSuccess(folders, sites, folderRelationships) {
|
||||
if (!folder.length && !sites.length) {
|
||||
if (!folders.length && !sites.length) {
|
||||
toastr.error('Nothing was imported.');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue