Skip to content

Commit

Permalink
fix: text is correct for string type control
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanul committed Oct 17, 2024
1 parent d9204b6 commit ea087ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/modal/Modal.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const meta: Meta<typeof Modal> = {
control: 'boolean'
},
children: {
control: 'string'
control: 'text'
}
}
};
Expand Down

0 comments on commit ea087ba

Please sign in to comment.