Browse Source

App form template fixed.

pull/282/head
Sebastian Stehle 8 years ago
parent
commit
3e193260b2
  1. 2
      src/Squidex/app/shared/components/app-form.component.html

2
src/Squidex/app/shared/components/app-form.component.html

@ -31,7 +31,7 @@
</ng-container>
<ng-container footer>
<button type="reset" class="float-left btn btn-secondary" (click)="complete()" [disabled]="createFormSubmitted">Cancel</button>
<button type="reset" class="float-left btn btn-secondary" (click)="complete()" [disabled]="createForm.submitted | async">Cancel</button>
<button type="submit" class="float-right btn btn-success">Create</button>
</ng-container>
</sqx-modal-dialog>

Loading…
Cancel
Save