We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb529a commit cec0056Copy full SHA for cec0056
1 file changed
src/components/HeroSection.tsx
@@ -18,7 +18,7 @@ export default function HeroSection({
18
Safely see your non-followers using your official Instagram data. Your files are processed
19
right here in your browser and are never uploaded anywhere.
20
</h2>
21
- <Dropzone onDrop={onDrop} accept={{ "application/json": [".json"] }}>
+ <Dropzone onDrop={onDrop} disabled={errorFlag} accept={{ "application/json": [".json"] }}>
22
{({ getRootProps, getInputProps }) => (
23
<div
24
{...getRootProps()}
0 commit comments