This is an automated email from the ASF dual-hosted git repository.
hshpak pushed a commit to branch
feat/DATALAB-2960/refresh-button-should-not-impact-on-filtered-options
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to
refs/heads/feat/DATALAB-2960/refresh-button-should-not-impact-on-filtered-options
by this push:
new 019072e74 minor fix
019072e74 is described below
commit 019072e740b782ff242c6b3fd3b09dae71467c50
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Wed Aug 10 00:11:08 2022 +0300
minor fix
---
.../src/app/resources/exploratory/page-filter/page-filter.component.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.ts
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.ts
index 01cee6637..0c7961786 100644
---
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.ts
+++
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.ts
@@ -67,7 +67,7 @@ export class PageFilterComponent implements OnInit {
ngOnInit(): void {
this.createFilterForm();
- this.onControlChange(FilterFormControlNames.imageName);
+ this.onControlChange(this.controlNames.imageName);
this.setFilterValue();
this.isFilterFormChanged();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]