@mseva/digit-ui-module-core 1.0.66-dev.1.7 → 1.0.66-dev.1.8
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -15413,8 +15413,7 @@ const UserProfile = ({
|
|
|
15413
15413
|
optionKey: "state_name",
|
|
15414
15414
|
option: (stateOptions === null || stateOptions === void 0 ? void 0 : stateOptions.sort((a, b) => a.state_name.localeCompare(b.state_name))) || [],
|
|
15415
15415
|
selected: selectedState,
|
|
15416
|
-
select: SelectState
|
|
15417
|
-
disable: true
|
|
15416
|
+
select: SelectState
|
|
15418
15417
|
})), /*#__PURE__*/React.createElement("div", {
|
|
15419
15418
|
className: "user-profile-field-wrapper"
|
|
15420
15419
|
}, /*#__PURE__*/React.createElement(CardLabel$1, {
|