authscape-usermanagement 1.0.60 → 1.0.64
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.
- package/package.json +1 -1
- package/src/LocationsEditor.js +1 -1
- package/src/UserEditor.js +0 -1
package/package.json
CHANGED
package/src/LocationsEditor.js
CHANGED
|
@@ -184,7 +184,6 @@ const LocationEditor = forwardRef(({locationId = null, platformType, onSaved = n
|
|
|
184
184
|
// draftToHTML(editors[customField.customFieldId].getCurrentContent())
|
|
185
185
|
// :
|
|
186
186
|
data[customField.customFieldId];
|
|
187
|
-
|
|
188
187
|
if (newValue != null && typeof newValue === 'string')
|
|
189
188
|
{
|
|
190
189
|
userCustomFields.push({
|
|
@@ -242,6 +241,7 @@ const LocationEditor = forwardRef(({locationId = null, platformType, onSaved = n
|
|
|
242
241
|
});
|
|
243
242
|
}
|
|
244
243
|
}
|
|
244
|
+
|
|
245
245
|
|
|
246
246
|
});
|
|
247
247
|
|
package/src/UserEditor.js
CHANGED
|
@@ -297,7 +297,6 @@ const UserEditor = forwardRef(({userId = null, platformType, onSaved = null, onC
|
|
|
297
297
|
// draftToHTML(editors[customField.customFieldId].getCurrentContent())
|
|
298
298
|
// :
|
|
299
299
|
data[customField.customFieldId];
|
|
300
|
-
|
|
301
300
|
if (newValue != null && typeof newValue === 'string')
|
|
302
301
|
{
|
|
303
302
|
userCustomFields.push({
|