Skip to content

Commit

Permalink
feat(file-input): remove default fetchPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrBukov committed Apr 14, 2021
1 parent 46c9d0b commit 4fb0357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/file-input/src/FileInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const FileInput: React.ComponentType<FileInputProps> = withApollo<FileInputProps
maxFiles: 1,
value: null,
sessionCache: false,
fetchPolicy: 'network-only',
};

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

0 comments on commit 4fb0357

Please sign in to comment.