diff --git a/webapp/channels/src/components/admin_console/access_control/policies.tsx b/webapp/channels/src/components/admin_console/access_control/policies.tsx index 521d3cb5b8..d9cf981d1e 100644 --- a/webapp/channels/src/components/admin_console/access_control/policies.tsx +++ b/webapp/channels/src/components/admin_console/access_control/policies.tsx @@ -197,7 +197,7 @@ export default function PolicyList(props: Props): JSX.Element { { - history.push(`/admin_console/user_management/attribute_based_access_control/edit_policy/${policy.id}`); + history.push(`/admin_console/system_attributes/attribute_based_access_control/edit_policy/${policy.id}`); }} leadingElement={} labels={ @@ -229,7 +229,7 @@ export default function PolicyList(props: Props): JSX.Element { if (props.onPolicySelected) { props.onPolicySelected(policy); } else { - history.push(`/admin_console/user_management/attribute_based_access_control/edit_policy/${policy.id}`); + history.push(`/admin_console/system_attributes/attribute_based_access_control/edit_policy/${policy.id}`); } }, }; @@ -326,7 +326,7 @@ export default function PolicyList(props: Props): JSX.Element {