1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-01-05 20:06:22 +01:00

fix: context field link in project context list takes you to flags list (#11184)

This commit is contained in:
Thomas Heartman 2025-12-19 13:49:38 +01:00 committed by GitHub
parent 62a97a47aa
commit eca2ca395b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ const ContextList: FC = () => {
},
}: any) => {
const editUrl = projectId
? `/projects/${projectId}/context/${name}`
? `/projects/${projectId}/settings/context-fields/edit/${name}`
: `/context/edit/${name}`;
return (