Skip to content

Commit dde4001

Browse files
committed
Monitoring processus: reset does not remove cards filtering (#5886)
Signed-off-by: vlo-rte <[email protected]>
1 parent 2221404 commit dde4001

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ui/main/src/app/modules/processmonitoring/processmonitoring.component.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,8 @@ export class ProcessMonitoringComponent implements OnDestroy, OnInit, AfterViewI
156156
this.technicalError = false;
157157
this.loadingInProgress = true;
158158

159-
if (isSearchButtonClicked) {
160-
const {value} = this.processMonitoringForm;
161-
this.filtersTemplate.transformFiltersListToMap(value);
162-
}
159+
const {value} = this.processMonitoringForm;
160+
this.filtersTemplate.transformFiltersListToMap(value);
163161

164162
const filter = this.getFilter(page_number, this.size, this.filtersTemplate);
165163

0 commit comments

Comments
 (0)