Skip to content

Commit

Permalink
docs(FormControl): dangerouslyTitleHiddenを非推奨から利用注意に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Qs-F committed Dec 25, 2024
1 parent 9094fc4 commit dd76175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const TitleType: StoryObj<typeof FormControl> = {
}

export const DangerouslyTitleHidden: StoryObj<typeof FormControl> = {
name: 'dangerouslyTitleHidden(非推奨)',
name: 'dangerouslyTitleHidden(利用注意)',
args: {
dangerouslyTitleHidden: true,
},
Expand Down

0 comments on commit dd76175

Please sign in to comment.