Fixed: Emptying the search bar in slot filler dialog now correctly clears the search
This commit is contained in:
@@ -73,6 +73,7 @@ Meteor.publish('slotFillers', function(slotId){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
delete filter.$text
|
||||||
options = {sort: {
|
options = {sort: {
|
||||||
name: 1,
|
name: 1,
|
||||||
order: 1,
|
order: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user