File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/cdPipeline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ export default function BuildCD({
338
338
form . selectedRegistry = { ...selectedRegistry ,
339
339
value : selectedRegistry . id ,
340
340
label : selectedRegistry . id ,
341
+ startIcon : < div className = { `dc__registry-icon ${ selectedRegistry . registryType } ` } />
341
342
} as RegistryPayloadWithSelectType
342
343
form . containerRegistryName = selectedRegistry . id
343
344
setFormData ( form )
@@ -593,7 +594,6 @@ export default function BuildCD({
593
594
}
594
595
595
596
const handleUpdateUserApprovalConfig = ( updatedUserApprovalConfig : CDFormType [ 'userApprovalConfig' ] ) => {
596
- console . log ( formData , 'form' )
597
597
const _form = structuredClone ( formData )
598
598
const _formDataErrorObj = structuredClone ( formDataErrorObj )
599
599
@@ -792,7 +792,7 @@ export default function BuildCD({
792
792
! noGitOpsModuleInstalledAndConfigured &&
793
793
renderDeploymentAppType ( ) }
794
794
{ isAdvanced ? renderAdvancedDeploymentStrategy ( ) : renderBasicDeploymentStrategy ( ) }
795
- {
795
+ { isAdvanced &&
796
796
getBuildCDManualApproval &&
797
797
getBuildCDManualApproval (
798
798
formData . userApprovalConfig ,
You can’t perform that action at this time.
0 commit comments