Skip to content

Commit e04a58e

Browse files
committed
fix: allow mergedTemplate to be null in DeploymentTemplateConfigCommonState
1 parent 46a83b3 commit e04a58e

File tree

1 file changed

+1
-1
lines changed
  • src/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate

1 file changed

+1
-1
lines changed

src/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export interface DeploymentTemplateConfigCommonState extends SelectedChartDetail
151151
* This final template to be applied on the deployment in string format
152152
* In current editor, this may be null initially
153153
*/
154-
mergedTemplate: string
154+
mergedTemplate: string | null
155155
/**
156156
* This final template to be applied on the deployment without locked keys in string format
157157
* In current editor, this may be null initially

0 commit comments

Comments
 (0)