mirror of
https://github.com/outline/outline.git
synced 2025-04-10 03:03:45 +00:00
Enable 'Features' settings item on cloud hosted
This commit is contained in:
@ -94,7 +94,7 @@ function SettingsSidebar() {
|
||||
label={t("Security")}
|
||||
/>
|
||||
)}
|
||||
{can.update && env.DEPLOYMENT !== "hosted" && (
|
||||
{can.update && (
|
||||
<SidebarLink
|
||||
to="/settings/features"
|
||||
icon={<BeakerIcon color="currentColor" />}
|
||||
|
Reference in New Issue
Block a user