Skip to content

Commit

Permalink
Disabled Update Button for "Custom Assets" on tab "Control assets"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Usov authored and Nazar Usov committed Jan 20, 2025
1 parent 1cf79cf commit 3b14952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
</button>
</li>
<li class="item">
<button (click)="openDialog('update')" class="w-100 px-2 py-1" type="button">
<button [disabled]="true" (click)="openDialog('update')" class="w-100 px-2 py-1" type="button">
<mat-icon svgIcon="zano-update" class="mr-1"></mat-icon>
<span>{{ 'CUSTOM_ASSETS.DROP_MENU.LABELS.LABEL3' | translate }}</span>
</button>
Expand Down

0 comments on commit 3b14952

Please sign in to comment.