@insforge/react 1.0.5-dev.4 → 1.0.5-dev.5
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/atoms.cjs.map +1 -1
- package/dist/atoms.js.map +1 -1
- package/dist/components.cjs +1 -1
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/forms.cjs.map +1 -1
- package/dist/forms.js.map +1 -1
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +114 -114
package/dist/components.cjs
CHANGED
|
@@ -4931,7 +4931,7 @@ function UserProfileModal({ onClose, onError }) {
|
|
|
4931
4931
|
if (!user) return;
|
|
4932
4932
|
setIsSaving(true);
|
|
4933
4933
|
try {
|
|
4934
|
-
const result = await updateUser({
|
|
4934
|
+
const result = await updateUser({ name });
|
|
4935
4935
|
if (result?.error) {
|
|
4936
4936
|
onError?.(result.error);
|
|
4937
4937
|
} else {
|