mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-17 13:46:47 +02:00
fix: update link text for archived feature navigation (#9698)
If you try to visit an archived flag, you're told you can find it on the project archive page, but that page isn't visible by default anymore. This is an update to take you to the project overview with a filter for archived flags instead.
This commit is contained in:
parent
4b3c808169
commit
1930c0f408
@ -30,8 +30,8 @@ export const FeatureNotFound = () => {
|
|||||||
<p>
|
<p>
|
||||||
The feature <StyledFeatureId>{featureId}</StyledFeatureId> has
|
The feature <StyledFeatureId>{featureId}</StyledFeatureId> has
|
||||||
been archived. You can find it on the{' '}
|
been archived. You can find it on the{' '}
|
||||||
<Link to={`/projects/${projectId}/archive`}>
|
<Link to={`/projects/${projectId}?archived=IS%3Atrue`}>
|
||||||
project archive page
|
project overview with archived flags filter
|
||||||
</Link>
|
</Link>
|
||||||
.
|
.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user