Try to fix EasySearch syntax.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-08-28 12:26:22 -04:00
parent 6f864c5022
commit 5ca84d2930
3 changed files with 4 additions and 5 deletions

View file

@ -311,5 +311,5 @@ BlazeComponent.extendComponent({
}).register('importMapMembersAddPopup');
Template.importMapMembersAddPopup.helpers({
searchIndex: () => Users.search_index,
searchIndex: () => UserSearchIndex,
})