Enable commenting beta

This commit is contained in:
Tom Moor
2023-03-07 21:14:15 -05:00
parent 6e23f34133
commit 4fd6e450ab
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ import { BeakerIcon } from "outline-icons";
import * as React from "react";
import { Trans, useTranslation } from "react-i18next";
import { TeamPreference } from "@shared/types";
import Badge from "~/components/Badge";
import Flex from "~/components/Flex";
import Heading from "~/components/Heading";
import Scene from "~/components/Scene";
import Switch from "~/components/Switch";
@@ -57,7 +59,7 @@ function Features() {
/>
</SettingRow>
)}
{/* <SettingRow
<SettingRow
name={TeamPreference.Commenting}
label={
<Flex align="center">
@@ -75,7 +77,7 @@ function Features() {
disabled={!team.collaborativeEditing}
onChange={handlePreferenceChange}
/>
</SettingRow> */}
</SettingRow>
{team.avatarUrl && (
<SettingRow
name={TeamPreference.PublicBranding}