@portnet/ui 0.0.36 → 0.0.37
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.
|
@@ -224,6 +224,7 @@ const PuiSimplePopupReferentielField = _ref2 => {
|
|
|
224
224
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_PuiTextField.default, {
|
|
225
225
|
label: codeLabel,
|
|
226
226
|
fullWidth: true,
|
|
227
|
+
value: dataFetchingState.code,
|
|
227
228
|
formik: false,
|
|
228
229
|
onChange: codeChangeHandler
|
|
229
230
|
})
|
|
@@ -235,6 +236,7 @@ const PuiSimplePopupReferentielField = _ref2 => {
|
|
|
235
236
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_PuiTextField.default, {
|
|
236
237
|
label: descriptionLabel,
|
|
237
238
|
fullWidth: true,
|
|
239
|
+
value: dataFetchingState.description,
|
|
238
240
|
formik: false,
|
|
239
241
|
onChange: descriptionChangeHandler
|
|
240
242
|
})
|