Skip to content

Commit

Permalink
fix: add array instead of selection list in allowed types.
Browse files Browse the repository at this point in the history
  • Loading branch information
AKSHAT2802 committed Jan 10, 2025
1 parent d829a05 commit c6fce3b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const meta = {
argTypes: {
allowedTypes: {
control: { type: 'array' },
description: __(
'Array of allowed media types for selection (e.g., "image", "audio").'
),
description: __( 'Array of allowed media types for replacing.' ),
table: {
type: { summary: 'array' },
defaultValue: { summary: '["image"]' },
Expand Down

0 comments on commit c6fce3b

Please sign in to comment.