Update CreateOrUpdateRoom.tsx
This commit is contained in:
@@ -258,7 +258,9 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
|
|||||||
|
|
||||||
{/* team or personal */}
|
{/* team or personal */}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={"Private mode coming soon, but we don't think it's needed"}
|
title={
|
||||||
|
"Private mode coming soon, but keep it collaborative for now."
|
||||||
|
}
|
||||||
className="flex flex-col"
|
className="flex flex-col"
|
||||||
>
|
>
|
||||||
<Switch disabled={true} defaultChecked />
|
<Switch disabled={true} defaultChecked />
|
||||||
|
|||||||
Reference in New Issue
Block a user