mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: btn display
This commit is contained in:
@@ -41,7 +41,7 @@ export const ToggleableInput = forwardRef(
|
||||
}, [readOnlyValue, isDisabled, defaultValue]);
|
||||
|
||||
return (
|
||||
<Box display="flex">
|
||||
<Box display="flex" flex={1}>
|
||||
<Switch
|
||||
onChange={() => {
|
||||
const newIsDisabled = !isDisabled;
|
||||
|
||||
Reference in New Issue
Block a user