Browse Source

Change clear form after PR feedback

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

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

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

Loading…
Cancel
Save