Skip to content

Commit

Permalink
Define accept images to input file
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Feb 11, 2025
1 parent 34d67ec commit ffc3040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/custom-observation-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const CustomObservationForm = ({
type="file"
name={`file${index + 1}-file`}
id={`file${index + 1}-file`}
accept="image/*"
/>
</div>
))}
Expand Down

0 comments on commit ffc3040

Please # to comment.