mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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 = () => {
|
||||
history.push(`/inventories/inventory/${id}/groups/${groupId}/details`);
|
||||
history.push(`/inventories/inventory/${id}/groups/${groupId}`);
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user