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