We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6041b commit b139dd1Copy full SHA for b139dd1
components/common/ImageUploader.tsx
@@ -9,7 +9,7 @@ export const ImageUploader: React.FC<
9
value?: string
10
imageName: string
11
} & Parameters<typeof Input>[0]
12
-> = ({ onChange, value, imageName, ...props }) => {
+> = ({ onChange, imageName }) => {
13
const [url, setUrl] = useState<string>('')
14
const [preview, setPreview] = useState<string>()
15
0 commit comments