Skip to content

Commit

Permalink
Update property-input.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 15, 2024
1 parent bbe07c9 commit 1b66590
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@

<ng-container *ngIf="configuration.propertyType == 'button'">
<button ngb-btn [id]="configuration.propertyName || id"
[class.mb-3]="!noFormGroup"
[buttonClass]="'btn-secondary btn-block'"
[disabled]="!readonly && !configuration.isEditable(data, mode)"
[text]="configuration.getLabel(data, mode)"
[ngbTooltip]="configuration.getRouterLinkTooltip(data, mode)"
Expand Down

0 comments on commit 1b66590

Please sign in to comment.