Skip to content

Commit

Permalink
Merge pull request #549 from replicatedhq/jelena-check-velero-no-cache
Browse files Browse the repository at this point in the history
No-cache fetch policy when checking for velero
  • Loading branch information
jgruica committed May 15, 2020
2 parents abaebb1 + e4a107c commit a5f529f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kotsadm/web/src/components/apps/AppDetailPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,10 @@ export default compose(
}
}),
graphql(isVeleroInstalled, {
name: "isVeleroInstalled"
name: "isVeleroInstalled",
options: {
fetchPolicy: "no-cache"
}
}),
graphql(createKotsDownstream, {
props: ({ mutate }) => ({
Expand Down

0 comments on commit a5f529f

Please sign in to comment.