Explorar el Código

formatting old env group values

xetera hace 4 años
padre
commit
acd10957d8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      dashboard/src/main/home/modals/LoadEnvGroupModal.tsx

+ 2 - 1
dashboard/src/main/home/modals/LoadEnvGroupModal.tsx

@@ -134,7 +134,8 @@ export default class LoadEnvGroupModal extends Component<PropsType, StateType> {
             <ClashingKeyDefinitions>
               <ClashingKeyLabel>Old</ClashingKeyLabel>
               <ClashingKeyValue>
-                {this.props.existingValues[key] || emptyValue}
+                {formattedEnvironmentValue(this.props.existingValues[key]) ||
+                  emptyValue}
               </ClashingKeyValue>
               <ClashingKeyLabel>New</ClashingKeyLabel>
               <ClashingKeyValue>