Skip to content

Commit

Permalink
fix: missing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 27, 2024
1 parent 8e74bae commit d2bceef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/inbox/InboxFormFormatting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
base-action(
@click="onModeToggleClick"
:icon="modeToggle.icon"
:disabled="disabled"
:class=`[
"c-inbox-form-formatting__mode",
"c-inbox-form-formatting__mode--" + mode
Expand Down

0 comments on commit d2bceef

Please sign in to comment.