Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonjong committed Aug 5, 2024
1 parent 66cc24a commit 16c2947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/admin/AdminForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default function AdminForm() {
<label>Earnings</label>
<input
type="number"
step="0.01"
{...register("earningsThatSession", { required: true })}
className="w-full rounded border border-gray-300 p-2"
/>
Expand Down

0 comments on commit 16c2947

Please sign in to comment.