File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
app/(employer)/meetings/content Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -172,19 +172,6 @@ const CreateMeet = () => {
172172 < Label htmlFor = "r2" > Start meeting at a later date</ Label >
173173 </ div >
174174 </ RadioGroup >
175- </ >
176- < >
177- < p className = "text-[16px] md:text-[20px] " > Who Can Join</ p >
178- < RadioGroup defaultValue = "false" >
179- < div className = "flex items-center space-x-2" >
180- < RadioGroupItem value = "default" id = "r1" />
181- < Label htmlFor = "r1" > Every One</ Label >
182- </ div >
183- < div className = "flex items-center space-x-2" >
184- < RadioGroupItem value = "comfortable" id = "r2" />
185- < Label htmlFor = "r2" > Private</ Label >
186- </ div >
187- </ RadioGroup >
188175 { Time && (
189176 < Popover >
190177 < PopoverTrigger asChild >
@@ -238,6 +225,19 @@ const CreateMeet = () => {
238225 </ Popover >
239226 ) }
240227 </ >
228+ < >
229+ < p className = "text-[16px] md:text-[20px] " > Who Can Join</ p >
230+ < RadioGroup defaultValue = "false" >
231+ < div className = "flex items-center space-x-2" >
232+ < RadioGroupItem value = "default" id = "r1" />
233+ < Label htmlFor = "r1" > Every One</ Label >
234+ </ div >
235+ < div className = "flex items-center space-x-2" >
236+ < RadioGroupItem value = "comfortable" id = "r2" />
237+ < Label htmlFor = "r2" > Private</ Label >
238+ </ div >
239+ </ RadioGroup >
240+ </ >
241241 </ div >
242242 < div className = "flex w-full items-center justify-center pt-8 bottom-0" >
243243 < button
You can’t perform that action at this time.
0 commit comments