mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: add correct path for create first toggle button
This commit is contained in:
parent
7d2ea9407c
commit
e5ff80a9d5
@ -93,7 +93,7 @@ const ProjectFeatureToggles = ({
|
|||||||
condition={hasAccess(CREATE_FEATURE, id)}
|
condition={hasAccess(CREATE_FEATURE, id)}
|
||||||
show={
|
show={
|
||||||
<Link
|
<Link
|
||||||
to={getCreateTogglePath(id)}
|
to={getCreateTogglePath(id, uiConfig.flags.E)}
|
||||||
className={styles.link}
|
className={styles.link}
|
||||||
data-loading
|
data-loading
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user