Skip to content

Commit

Permalink
Storybook: Set clientId control to null for BlockTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Dec 19, 2024
1 parent d57750a commit 117eb8d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const meta = {
],
argTypes: {
clientId: {
control: { type: null },
description: 'Client ID of block.',
table: {
type: {
Expand All @@ -45,9 +46,7 @@ const meta = {
},
},
maximumLength: {
control: {
type: 'number',
},
control: { type: 'number' },
description:
'The maximum length that the block title string may be before truncated.',
table: {
Expand Down

0 comments on commit 117eb8d

Please sign in to comment.