mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
fix
This commit is contained in:
parent
9956538224
commit
5707d65d0f
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user