Skip to content

Commit 91bb36f

Browse files
committed
feat(file-input): remove default fetchPolicy
1 parent b6a8cb8 commit 91bb36f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/file-input/src/FileInput.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const FileInput: React.ComponentType<FileInputProps> = withApollo(
2323
maxFiles: 1,
2424
value: null,
2525
sessionCache: false,
26-
fetchPolicy: 'network-only',
2726
};
2827

2928
public static getDerivedStateFromProps(props: FileInputProps, state: FileInputState) {

0 commit comments

Comments
 (0)