Skip to content

Commit

Permalink
Disable thumbnail delete button after expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Feb 1, 2024
1 parent 6675849 commit afef066
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
{{ thumbnailText }}
</button>
<button color="accent" aria-label="RemoveThumbnail" class="mat-fab-bottom-right" (click)="removeThumbnail()"
disabled="{{ tooltips.expired }}" matTooltip="{{ tooltips.expired }}"
*ngIf="imageLoaded">
Delete
</button>
Expand Down

0 comments on commit afef066

Please sign in to comment.