2025-12-04 21:07:18 +03:30
|
|
|
<div class="flex justify-end gap-2">
|
2026-06-02 12:22:32 +03:30
|
|
|
<button pButton [label]="cancelLabel" severity="secondary" type="button" (click)="cancel()"></button>
|
2026-05-26 12:06:43 +03:30
|
|
|
<button
|
|
|
|
|
pButton
|
|
|
|
|
[label]="submitLabel"
|
|
|
|
|
type="submit"
|
|
|
|
|
class="min-w-28"
|
|
|
|
|
[disabled]="disabled"
|
|
|
|
|
[loading]="loading"
|
|
|
|
|
(onClick)="submit()"></button>
|
2025-12-04 21:07:18 +03:30
|
|
|
</div>
|