Skip to content

Commit

Permalink
remove unnecessary diff call
Browse files Browse the repository at this point in the history
  • Loading branch information
naorzr committed Jul 19, 2023
1 parent 0b4e473 commit b80db86
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ export const InstallChartModal = ({
refetch: refetchChartValues,
} = useChartRepoValues(namespace || "default", selectedVersion || "", chart, {
enabled: isInstall && Boolean(selectedRepo) && selectedRepo !== "",
onSuccess: (data) => {
if (data) {
fetchDiff({ userValues: data });
}
},
});

const { data: releaseValues, isLoading: loadingReleaseValues } =
Expand Down

0 comments on commit b80db86

Please sign in to comment.