File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/web-mzima-client/src/app/shared/components/search-form Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -256,20 +256,20 @@ <h3>{{ 'app.filters_and_sorting' | translate }}</h3>
256256 < ng-container *ngIf ="!isDesktop ">
257257 < app-filter-control
258258 class ="search-form__filters-panel__item "
259- formControlName ="form[] "
259+ formControlName ="form "
260260 [options] ="surveyList "
261261 [fields] ="['id', 'name'] "
262- (clear) ="clearFilter('form[] ') "
262+ (clear) ="clearFilter('form') "
263263 [type] ="filterType.Multiselect "
264264 [title] ="'app.surveys' | translate "
265- [badge] ="form.controls['form[] '].value?.length || null "
265+ [badge] ="form.controls['form'].value?.length || null "
266266 >
267267 < div class ="clear-button " suffix >
268268 < mzima-client-button
269269 fill ="clear "
270270 size ="small "
271271 class ="filter-group__head__button "
272- (buttonClick) ="toggleSidebarFilters('form[] ') "
272+ (buttonClick) ="toggleSidebarFilters('form') "
273273 >
274274 {{ (showAllButton('form') ? 'nav.select_all' : 'nav.clear') | translate }}
275275 </ mzima-client-button >
You can’t perform that action at this time.
0 commit comments