5 lines
213 B
HTML
5 lines
213 B
HTML
|
|
<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>
|