Skip to content
Snippets Groups Projects
Commit 95032c6f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12091 TIME 0:15 fix validate button in indexation

parent 071e5d89
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</ng-container> </ng-container>
</mat-menu> </mat-menu>
<button mat-button *ngIf="!appService.getViewMode()" <button mat-button *ngIf="!appService.getViewMode()"
[disabled]="actionService.loading || selectedAction.id === 0 || (appDocumentViewer.isEditingTemplate() && appDocumentViewer.editor.async)" [disabled]="actionService.loading || selectedAction.id === 0 || (appDocumentViewer !== undefined && !appDocumentViewer.isEditorLoaded())"
class="button-form-primary-filled" class="button-form-primary-filled"
style="width: 150px;align-items: center;justify-content: center;text-align: center;display: flex;" style="width: 150px;align-items: center;justify-content: center;text-align: center;display: flex;"
(click)="onSubmit()">{{lang.validate}}</button> (click)="onSubmit()">{{lang.validate}}</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment