Skip to content

Commit

Permalink
Fix up commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
emlynmac committed Mar 6, 2025
1 parent db0e095 commit 553b4d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const meta: Meta<typeof MessageThreadComponent> = {
name: 'Rich Text Editor Support',
component: MessageThreadComponent,
argTypes: {
// isEnableRTE: { control: 'boolean', name: 'Enable Rich Text Editor' }
isEnableRTE: { control: 'boolean', name: 'Enable Rich Text Editor' }
},
args: {
// isEnableRTE: true
isEnableRTE: true
},
parameters: {
controls: {
Expand Down

0 comments on commit 553b4d7

Please sign in to comment.