Skip to content

Commit

Permalink
Fix bad ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 22, 2024
1 parent bd32298 commit 46e6eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/tastingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function TastingForm({
<ImageField
name="image"
label="Picture"
value={initialData.pictureUrl}
value={initialData.imageUrl}
onChange={(value) => setPicture(value)}
imageWidth={1024 / 2}
imageHeight={768 / 2}
Expand Down

0 comments on commit 46e6eaf

Please sign in to comment.