2
0
Эх сурвалжийг харах

formatting old env group values

xetera 5 жил өмнө
parent
commit
acd10957d8

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

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