chore: Remove events log from settings

This commit is contained in:
Tom Moor
2020-10-26 19:32:48 -07:00
parent bfdfa3ee4b
commit bd80e8384a
6 changed files with 0 additions and 367 deletions

View File

@ -10,7 +10,6 @@ import {
GroupIcon,
LinkIcon,
TeamIcon,
BulletedListIcon,
ExpandedIcon,
} from "outline-icons";
import * as React from "react";
@ -118,13 +117,6 @@ class SettingsSidebar extends React.Component<Props> {
icon={<LinkIcon color="currentColor" />}
label="Share Links"
/>
{can.auditLog && (
<SidebarLink
to="/settings/events"
icon={<BulletedListIcon color="currentColor" />}
label="Audit Log"
/>
)}
{can.export && (
<SidebarLink
to="/settings/export"