Browse Source

Merge branch 'hateaos' of github.com:Squidex/squidex into hateaos

pull/372/head
Sebastian Stehle 7 years ago
parent
commit
2e33839327
  1. 2
      src/Squidex/app/shared/components/assets-list.component.html

2
src/Squidex/app/shared/components/assets-list.component.html

@ -1,4 +1,4 @@
<div class="file-drop" (sqxDropFile)="addFiles($event)" *ngIf="!isDisabled && state.canCreate | async">
<div class="file-drop" (sqxDropFile)="addFiles($event)" *ngIf="!isDisabled && (state.canCreate | async)">
<h3 class="file-drop-header">Drop files here to upload</h3>
<div class="file-drop-or">or</div>

Loading…
Cancel
Save