Skip to content

Commit

Permalink
Remove caputre
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgio-tran committed Nov 13, 2023
1 parent 78984bc commit b63aa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/pages/report/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ const ReportForm = () => {
{...getRootProps()}
className="h-36 bg-gray-200 text-slate-500 rounded-lg"
>
<input {...getInputProps()} capture />
<input {...getInputProps()} />
<div className="text-center">
<svg
className="mx-auto h-38 w-20 text-gray-300"
Expand Down

0 comments on commit b63aa98

Please sign in to comment.