diff options
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.html')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html index a3a41aa12..6dcf5bf75 100644 --- a/client/src/app/videos/+video-edit/video-add.component.html +++ b/client/src/app/videos/+video-edit/video-add.component.html | |||
@@ -50,7 +50,10 @@ | |||
50 | <div class="submit-container"> | 50 | <div class="submit-container"> |
51 | <div *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div> | 51 | <div *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div> |
52 | 52 | ||
53 | <div class="submit-button" (click)="updateSecondStep()" [ngClass]="{ disabled: !form.valid || videoUploaded !== true }"> | 53 | <div class="submit-button" |
54 | (click)="updateSecondStep()" | ||
55 | [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true || videoUploaded !== true }" | ||
56 | > | ||
54 | <span class="icon icon-validate"></span> | 57 | <span class="icon icon-validate"></span> |
55 | <input type="button" value="Publish" /> | 58 | <input type="button" value="Publish" /> |
56 | </div> | 59 | </div> |