Skip to content

Commit 2093099

Browse files
committed
fix: remove fallback for isUserUploaded key
1 parent 23ecf17 commit 2093099

File tree

1 file changed

+1
-1
lines changed
  • src/Pages/GlobalConfigurations/DeploymentCharts

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/DeploymentCharts/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const convertDeploymentChartListToChartType = (data: DeploymentChartListD
3737
version,
3838
description: chartDescription || '',
3939
uploadedBy: isUserUploaded ? uploadedBy || '' : 'Devtron',
40-
isUserUploaded: isUserUploaded || true,
40+
isUserUploaded,
4141
}
4242
const detail = acc[name]
4343
if (detail) {

0 commit comments

Comments
 (0)