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:
parent
62a97a47aa
commit
eca2ca395b
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user