1
0
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:
Youssef 2021-10-12 06:11:02 +01:00
parent 0fa46e00f7
commit cdd14206b7

View File

@ -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>