dsbegnoche
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/Squidex/app/shared/components/search-form.component.ts
|
|
@ -90,6 +90,7 @@ export class SearchFormComponent implements OnChanges, OnInit { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public saveQuery() { |
|
|
public saveQuery() { |
|
|
|
|
|
this.saveQueryForm.form.reset(); |
|
|
this.saveQueryDialog.show(); |
|
|
this.saveQueryDialog.show(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -186,4 +187,4 @@ export class SearchFormComponent implements OnChanges, OnInit { |
|
|
|
|
|
|
|
|
this.contentsFilter.setValue(query); |
|
|
this.contentsFilter.setValue(query); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|