1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix copy button link

This commit is contained in:
Youssef 2021-10-11 11:03:37 +01:00
parent c5950f2050
commit 0fa46e00f7

View File

@ -110,7 +110,7 @@ const FeatureView2 = () => {
tooltip="Copy"
data-loading
component={Link}
to={`${history.location.pathname}/copy`}
to={`${history.location.pathname}/strategy/copy`}
>
<FileCopy />
</PermissionIconButton>