فهرست منبع

formatting old env group values

xetera 5 سال پیش
والد
کامیت
acd10957d8
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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>