mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
fix
This commit is contained in:
@@ -11,7 +11,7 @@ const SmallButton = styled(Button)`
|
||||
}
|
||||
`;
|
||||
|
||||
function MultiButtonToggle({ buttons, value, onChange, }) {
|
||||
function MultiButtonToggle({ buttons, value, onChange }) {
|
||||
const setValue = newValue => {
|
||||
if (value !== newValue) {
|
||||
onChange(newValue);
|
||||
|
||||
Reference in New Issue
Block a user