Skip to content

Commit d895f1e

Browse files
committed
meeting
1 parent 02c7f70 commit d895f1e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

app/(employer)/meetings/content/createMeet.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)