Skip to content

Commit

Permalink
fix: disable error display for getConfigAfterOperations
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekA1509 committed Nov 25, 2024
1 parent 22ed7a3 commit 9c1422e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ const DeploymentTemplate = ({
resourceType: ConfigResourceType.DeploymentTemplate,
appId: +appId,
signal: loadMergedTemplateAbortController.current.signal,
shouldShowError: false,
}),
handleFetchGlobalDeploymentTemplate({
globalChartDetails: chartDetails?.globalChartDetails,
Expand Down

0 comments on commit 9c1422e

Please sign in to comment.