Storybook: Remove unused sizes from RadioButtonGroup story (#64716)

This commit is contained in:
Süleyman Barış Eser 2023-03-15 14:51:28 +03:00 committed by GitHub
parent e0e6165f70
commit 34828f6c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'] },
}, },
}; };