fix find on home
This commit is contained in:
parent
70bcc962a9
commit
59362ae1b5
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ pandora.ui.home = function() {
|
||||||
that.fadeOutScreen();
|
that.fadeOutScreen();
|
||||||
pandora.UI.set({
|
pandora.UI.set({
|
||||||
page: '',
|
page: '',
|
||||||
find: {
|
findDocuments: {
|
||||||
conditions: value === ''
|
conditions: value === ''
|
||||||
? []
|
? []
|
||||||
: [{key: '*', value: value, operator: '='}],
|
: [{key: '*', value: value, operator: '='}],
|
||||||
|
|
Loading…
Reference in a new issue