Skip to content

Commit

Permalink
fix: Formdata didn't set event title properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaniswara committed May 15, 2024
1 parent 9085c5a commit 7d781a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/_features/meeting/schedule-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export default function MeetingScheduleForm() {
type="text"
placeholder="Meeting Title"
className="block w-full cursor-pointer rounded-md bg-zinc-950 px-4 py-2.5 text-[16px] text-zinc-400 shadow-sm outline-none ring-1 ring-zinc-800 disabled:cursor-not-allowed disabled:bg-zinc-800"
{...register('title')}
/>
</div>

Expand Down

0 comments on commit 7d781a6

Please sign in to comment.