mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
fix: fix broken edit project link (#5147)
fix broken edit project link Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
6ffca07d51
commit
d681e614ac
@ -53,7 +53,7 @@ export const MetaWidget: FC<IMetaWidgetProps> = ({ id, description }) => {
|
|||||||
<ConditionallyRender
|
<ConditionallyRender
|
||||||
condition={!description}
|
condition={!description}
|
||||||
show={
|
show={
|
||||||
<WidgetFooterLink to={`/projects/${id}/edit`}>
|
<WidgetFooterLink to={`/projects/${id}/settings`}>
|
||||||
Add description
|
Add description
|
||||||
</WidgetFooterLink>
|
</WidgetFooterLink>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user