fix: apollo server image upload
This commit is contained in:
parent
9baa16c824
commit
3e4f4a4962
6 changed files with 103 additions and 10 deletions
|
|
@ -243,6 +243,7 @@ const EditableCard = ({
|
|||
<input
|
||||
type="file"
|
||||
alt=""
|
||||
accept="image/*"
|
||||
className={classes.input}
|
||||
ref={fileInput => setInput(fileInput)}
|
||||
onChange={event => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue