|
@@ -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>
|