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 8b976b8 commit 5418fc1Copy full SHA for 5418fc1
packages/file-input/src/FileInput.ts
@@ -74,7 +74,7 @@ const FileInput: React.ComponentType<FileInputProps> = withApollo(
74
policy,
75
signature,
76
},
77
- sessionCache: true
+ sessionCache: true,
78
});
79
}
80
0 commit comments