mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
don't navigate to inventory group details on edit cancel
This commit is contained in:
@@ -20,7 +20,7 @@ function InventoryGroupEdit({ inventoryGroup }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleCancel = () => {
|
const handleCancel = () => {
|
||||||
history.push(`/inventories/inventory/${id}/groups/${groupId}/details`);
|
history.push(`/inventories/inventory/${id}/groups/${groupId}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user