mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 01:01:06 +08:00
ArgsTable: Fix symbol control
This commit is contained in:
parent
6d834e1c04
commit
c10f4890b8
@ -21,6 +21,7 @@ const inferControl = (argType: ArgType): Control => {
|
||||
return { type: 'options', controlType: 'select', options: value };
|
||||
}
|
||||
case 'function':
|
||||
case 'symbol':
|
||||
return null;
|
||||
default:
|
||||
return { type: 'object' };
|
||||
|
Loading…
x
Reference in New Issue
Block a user