This commit is contained in:
2020-12-13 09:41:51 +01:00
parent 26fc0db44e
commit 02511370a0

View File

@@ -70,6 +70,7 @@ export default function ImageUpload(props) {
name="menuiImage" name="menuiImage"
id="file" id="file"
type="file" type="file"
accept="image/png,image/jpeg"
className="input-image" className="input-image"
onChange={handleInputChange} onChange={handleInputChange}
></input> ></input>