From bc256ee6f1788d00a31ad9ee566a895e4484c9f9 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 6 Jun 2024 11:14:55 +0100 Subject: [PATCH] fix: show audit logs url (#4123) --- frontend/web/components/FeatureRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/FeatureRow.js b/frontend/web/components/FeatureRow.js index db3b37748c36..4e306161ee68 100644 --- a/frontend/web/components/FeatureRow.js +++ b/frontend/web/components/FeatureRow.js @@ -399,7 +399,7 @@ class TheComponent extends Component { onShowAudit={() => { if (disableControls) return this.context.router.history.push( - `/project/${projectId}/environment/${environmentId}/audit-log?env=${environment.id}&search=${projectFlag.name}`, + `/project/${projectId}/audit-log?env=${environment.id}&search=${projectFlag.name}`, ) }} onRemove={() => {