Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function ImageChooser({
</div>
)}
{/* 🐨 if there's an existing image, add a hidden input that with a name "imageId" and the value set to the image's id */}
{/* 🐨 if there's an existing image, add a hidden input with a name "imageId" and the value set to the image's id */}
<input
id="image-input"
aria-label="Image"
Expand Down