mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 20:43:49 +08:00
InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch (#30162)
* InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch * Fixed e2e tests
This commit is contained in:
@ -168,7 +168,7 @@ export { RadioButtonGroup } from './Forms/RadioButtonGroup/RadioButtonGroup';
|
||||
export { Input } from './Input/Input';
|
||||
export { FormInputSize } from './Forms/types';
|
||||
|
||||
export { Switch } from './Switch/Switch';
|
||||
export { Switch, InlineSwitch } from './Switch/Switch';
|
||||
export { Checkbox } from './Forms/Checkbox';
|
||||
|
||||
export { TextArea } from './TextArea/TextArea';
|
||||
|
Reference in New Issue
Block a user