Skip to content

Commit

Permalink
fix: segment override link (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored May 14, 2024
1 parent 69f7b8e commit fc0cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/SegmentOverrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const SegmentOverrideInner = class Override extends React.Component {
theme='text'
disabled={!permission}
target='_blank'
href={`${document.location.origin}/project/${this.props.projectId}/environment/${this.props.environmentId}/segments?id=${v.segment}`}
href={`${document.location.origin}/project/${this.props.projectId}/segments?id=${v.segment}`}
className='btn btn-with-icon'
>
<span className='no-pointer'>
Expand Down

0 comments on commit fc0cceb

Please sign in to comment.