Fix indentation

This commit is contained in:
2025-01-31 15:38:58 +01:00
parent 239fd9a6d0
commit a82ccdae91

View File

@ -8,9 +8,9 @@
<span>Review document before confirming</span>
<button class="px-4 py-2 rounded"
[ngClass]="{
'bg-gray-500 cursor-not-allowed': selectedDocumentPdf == undefined,
'bg-red-500 hover:bg-red-600 cursor-pointer': selectedDocumentPdf != undefined
}"
'bg-gray-500 cursor-not-allowed': selectedDocumentPdf == undefined,
'bg-red-500 hover:bg-red-600 cursor-pointer': selectedDocumentPdf != undefined
}"
[disabled]="selectedDocumentPdf == undefined"
(click)="onConfirm()">Confirm
</button>