Browse Source

Save Query Cancel still saves query

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

4
src/Squidex/app/shared/components/search-form.component.html

@ -91,9 +91,9 @@
</ng-container>
<ng-container footer>
<button type="reset" class="float-left btn btn-secondary" (click)="saveQueryComplete()" [disabled]="saveQueryForm.submitted | async">Cancel</button>
<button type="reset" class="float-left btn btn-secondary" (click)="saveQueryDialog.hide()" [disabled]="saveQueryForm.submitted | async">Cancel</button>
<button type="submit" class="float-right btn btn-success">Create</button>
</ng-container>
</sqx-modal-dialog>
</form>
</ng-container>
</ng-container>

Loading…
Cancel
Save