Fixed: Emptying the search bar in slot filler dialog now correctly clears the search

This commit is contained in:
Stefan Zermatten
2021-02-20 10:17:35 +02:00
parent 6113d86059
commit 067f5df36e

View File

@@ -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,