Files
psp_panel/src/app/shared/components/formFooterActions/form-footer-actions.component.html
T

5 lines
213 B
HTML
Raw Normal View History

2025-12-04 21:07:18 +03:30
<div class="flex justify-end gap-2">
<p-button [label]="cancelLabel" severity="secondary" (click)="cancel()" />
<p-button [label]="submitLabel" type="submit" [loading]="loading" (onClick)="submit()" />
</div>