mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
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 => {
|
const setValue = newValue => {
|
||||||
if (value !== newValue) {
|
if (value !== newValue) {
|
||||||
onChange(newValue);
|
onChange(newValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user