@gridsuite/commons-ui 0.272.0 → 0.272.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,8 +150,8 @@ const transformOperationalLimitsGroupsForForm = (operationalLimitsGroups) => {
150
150
  permanentLimit: currentLimits?.permanentLimit ?? "",
151
151
  temporaryLimits: currentLimits?.temporaryLimits?.map((tl) => ({
152
152
  name: tl.name ?? "",
153
- value: tl.value ?? "",
154
- acceptableDuration: tl.acceptableDuration ?? ""
153
+ value: tl.value,
154
+ acceptableDuration: tl.acceptableDuration
155
155
  })) ?? []
156
156
  }
157
157
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.272.0",
3
+ "version": "0.272.1",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "author": "gridsuite team",
6
6
  "homepage": "https://github.com/gridsuite",