How can I upload images ? I added the "picture" field. when I try to select an image and click on the save, I get the error Cannot read property 'name' of null.
<ImageInput source="images" label="Related pictures" accept="image/*">
<ImageField source="create.src" />
</ImageInput>
my mutation arguments:
data: {name:"string", image: {create: src:"string"}}
How can I upload images ? I added the "picture" field. when I try to select an image and click on the save, I get the error Cannot read property 'name' of null.
my mutation arguments:
data: {name:"string", image: {create: src:"string"}}