fix: apollo server image upload

This commit is contained in:
José Oliveira 2021-11-03 20:56:26 +00:00
parent 9baa16c824
commit 3e4f4a4962
6 changed files with 103 additions and 10 deletions

View file

@ -243,6 +243,7 @@ const EditableCard = ({
<input
type="file"
alt=""
accept="image/*"
className={classes.input}
ref={fileInput => setInput(fileInput)}
onChange={event => {