mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Storybook: Remove unused sizes from RadioButtonGroup story (#64716)
This commit is contained in:
parent
e0e6165f70
commit
34828f6c50
@ -21,7 +21,7 @@ const meta: Meta = {
|
|||||||
control: { type: 'select' },
|
control: { type: 'select' },
|
||||||
options: ['', 'graphite', 'prometheus', 'elastic'],
|
options: ['', 'graphite', 'prometheus', 'elastic'],
|
||||||
},
|
},
|
||||||
size: { control: { type: 'select' }, options: ['xs', 'sm', 'md', 'lg'] },
|
size: { control: { type: 'select' }, options: ['sm', 'md'] },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user