We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ecf17 commit 2093099Copy full SHA for 2093099
src/Pages/GlobalConfigurations/DeploymentCharts/utils.ts
@@ -37,7 +37,7 @@ export const convertDeploymentChartListToChartType = (data: DeploymentChartListD
37
version,
38
description: chartDescription || '',
39
uploadedBy: isUserUploaded ? uploadedBy || '' : 'Devtron',
40
- isUserUploaded: isUserUploaded || true,
+ isUserUploaded,
41
}
42
const detail = acc[name]
43
if (detail) {
0 commit comments