@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/index.js
CHANGED
|
@@ -5480,7 +5480,7 @@ function UserProfileModal({ onClose, onError }) {
|
|
|
5480
5480
|
if (!user) return;
|
|
5481
5481
|
setIsSaving(true);
|
|
5482
5482
|
try {
|
|
5483
|
-
const result = await updateUser({
|
|
5483
|
+
const result = await updateUser({ name });
|
|
5484
5484
|
if (result?.error) {
|
|
5485
5485
|
onError?.(result.error);
|
|
5486
5486
|
} else {
|