diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx index 02afcfb..0a68726 100644 --- a/components/Modals/CreateOrUpdateRoom.tsx +++ b/components/Modals/CreateOrUpdateRoom.tsx @@ -1,4 +1,4 @@ -import { Divider, Modal, Radio, Select, Tooltip } from "antd"; +import { Divider, Modal, Radio, Select, Switch, Tooltip } from "antd"; import React, { useEffect, useState } from "react"; import toast from "react-hot-toast"; import { useAuth } from "../../contexts/authContext"; @@ -255,8 +255,23 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) { People + + {/* team or personal */} + + + - Optional - Add anyone you want or just tell them later. + Whole team sees this room. + + + + Optional - Add any mandatory attendees you want or just tell them + later and they will see it in the team section. {MemberSelection()}