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 b6a8cb8 commit 91bb36fCopy full SHA for 91bb36f
packages/file-input/src/FileInput.ts
@@ -23,7 +23,6 @@ const FileInput: React.ComponentType<FileInputProps> = withApollo(
23
maxFiles: 1,
24
value: null,
25
sessionCache: false,
26
- fetchPolicy: 'network-only',
27
};
28
29
public static getDerivedStateFromProps(props: FileInputProps, state: FileInputState) {
0 commit comments