mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
change link target
This commit is contained in:
parent
f73a784ab1
commit
ea47883815
@ -64,7 +64,7 @@ export const TogglesLinkList = ({ toggles }) => (
|
||||
{toggles.length > 0 && toggles.map(({ name, description = '-', icon = 'toggle' }) => (
|
||||
<ListItem twoLine key={name}>
|
||||
<ListItemContent avatar={icon} subtitle={description}>
|
||||
<Link key={name} to={`/features/edit/${name}`}>
|
||||
<Link key={name} to={`/features/view/${name}`}>
|
||||
{name}
|
||||
</Link>
|
||||
</ListItemContent>
|
||||
|
Loading…
Reference in New Issue
Block a user