🐛 Fix missing element

This commit is contained in:
itskovacs 2025-08-28 20:31:27 +02:00
parent f7052b3c04
commit 740a7e0f72

View File

@ -29,4 +29,5 @@
<p-button (click)="closeDialog()" [disabled]="!categoryForm.dirty || !categoryForm.valid">{{ <p-button (click)="closeDialog()" [disabled]="!categoryForm.dirty || !categoryForm.valid">{{
categoryForm.get("id")?.value categoryForm.get("id")?.value
!== -1 ? "Update" : "Create" }}</p-button> !== -1 ? "Update" : "Create" }}</p-button>
</div> </div>
</div>