Skip to content

Commit 94063e4

Browse files
saved filters: update autocomplete label
1 parent 1d38644 commit 94063e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3 class="section-title">Conditions & Main column</h3>
2323

2424
<!-- Filter Selection -->
2525
<mat-form-field class="filters-select" appearance="outline">
26-
<mat-label>Add condition</mat-label>
26+
<mat-label>Click here to add condition</mat-label>
2727
<input type="text" matInput name="filter_columns"
2828
[matAutocomplete]="auto"
2929
[formControl]="fieldSearchControl">

0 commit comments

Comments
 (0)