mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
link to feature view
This commit is contained in:
parent
4f363a7aa0
commit
60807560d6
@ -79,8 +79,7 @@ class ClientApplications extends PureComponent {
|
||||
</ListItem> :
|
||||
<ListItem twoLine key={i}>
|
||||
<ListItemContent icon={<span><Switch disabled checked={!!enabled} /></span>} subtitle={description}>
|
||||
|
||||
<Link to={`/features/edit/${name}`}>
|
||||
<Link to={`/features/view/${name}`}>
|
||||
{name}
|
||||
</Link>
|
||||
</ListItemContent>
|
||||
|
Loading…
Reference in New Issue
Block a user