mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-05 15:41:49 -05:00
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