Browse Source

Save Query box not clearing out

pull/317/head
dsbegnoche 7 years ago
committed by GitHub
parent
commit
2d7c117ed1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Squidex/app/shared/components/search-form.component.ts

1
src/Squidex/app/shared/components/search-form.component.ts

@ -90,6 +90,7 @@ export class SearchFormComponent implements OnChanges, OnInit {
}
public saveQuery() {
this.saveQueryForm.form.reset();
this.saveQueryDialog.show();
}

Loading…
Cancel
Save