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 50064f7 commit 9a62b49Copy full SHA for 9a62b49
src/Component/ImageFile/ImageFileForm/ImageFileForm.tsx
@@ -93,7 +93,7 @@ export const ImageFileForm: React.FC<ImageFileRootProps> = () => {
93
}
94
}`,
95
variables: {
96
- id: imageFileId
+ id: parseInt(imageFileId, 10)
97
98
});
99
setFile(result.imageFileById);
0 commit comments