Allow filtering of people in admin

This commit is contained in:
Tom Moor
2018-11-17 18:43:46 -08:00
parent d74b99635e
commit 6e32f292c2
5 changed files with 46 additions and 7 deletions

View File

@ -68,7 +68,11 @@ class SettingsSidebar extends React.Component<Props> {
Security
</SidebarLink>
)}
<SidebarLink to="/settings/people" icon={<UserIcon />}>
<SidebarLink
to="/settings/people"
icon={<UserIcon />}
exact={false}
>
People
</SidebarLink>
<SidebarLink to="/settings/shares" icon={<LinkIcon />}>