Skip to content

Commit

Permalink
fix: show audit logs url (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jun 6, 2024
1 parent c14c3a8 commit bc256ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/FeatureRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -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={() => {
Expand Down

0 comments on commit bc256ee

Please sign in to comment.