1
0
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:
Youssef 2021-11-05 09:22:01 +01:00
parent 7d2ea9407c
commit e5ff80a9d5

View File

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