Skip to content

Commit

Permalink
fix name attribute editGrant modal
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Apr 18, 2024
1 parent 185fc66 commit 198cb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/admin/_components/EditGrantModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const EditGrantModal = forwardRef<HTMLDialogElement, EditGrantModalProps>
<div className="w-full flex-col gap-1">
<p className="m-0 font-semibold text-base">Private Note(optional)</p>
<textarea
name="privateNote"
name="private_note"
placeholder="private note..."
value={formData.private_note}
className="textarea textarea-md textarea-bordered w-full"
Expand Down

0 comments on commit 198cb49

Please sign in to comment.