mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix copy link path
This commit is contained in:
parent
0fa46e00f7
commit
cdd14206b7
@ -110,7 +110,7 @@ const FeatureView2 = () => {
|
||||
tooltip="Copy"
|
||||
data-loading
|
||||
component={Link}
|
||||
to={`${history.location.pathname}/strategy/copy`}
|
||||
to={`/projects/${projectId}/features2/${featureId}/strategies/copy`}
|
||||
>
|
||||
<FileCopy />
|
||||
</PermissionIconButton>
|
||||
|
Loading…
Reference in New Issue
Block a user