fix library update

This commit is contained in:
j 2019-01-31 22:04:56 +05:30
parent a495fc398d
commit 3d099f2c5f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ oml.ui.list = function() {
&& ui.find.conditions[0].key == 'list'
&& ui.find.conditions[0].operator == '=='
)) {
oml.$ui.folders.updateItems(ui.find.conditions[0].value, data.items);
oml.$ui.folders.updateItems(ui.find.conditions.length ? ui.find.conditions[0].value : "", data.items);
}
oml.$ui.statusbar.set('total', data);
},