Skip to content

Commit

Permalink
feat(ui-elements): disable altText edit on image-input
Browse files Browse the repository at this point in the history
  • Loading branch information
LHBruneton-C2C committed Feb 5, 2025
1 parent fce1ed1 commit 9b472bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[value]="altText ?? ''"
(valueChange)="handleAltTextChange($event)"
extraClass="gn-ui-editor-textarea"
[disabled]="disabled"
[disabled]="true"
></gn-ui-text-input>
<div class="flex flex-row gap-2 mt-2">
<gn-ui-button type="gray" (buttonClick)="handleDelete()">
Expand Down

0 comments on commit 9b472bc

Please sign in to comment.