mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +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>
|
||||
The feature <StyledFeatureId>{featureId}</StyledFeatureId> has
|
||||
been archived. You can find it on the{' '}
|
||||
<Link to={`/projects/${projectId}/archive`}>
|
||||
project archive page
|
||||
<Link to={`/projects/${projectId}?archived=IS%3Atrue`}>
|
||||
project overview with archived flags filter
|
||||
</Link>
|
||||
.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user