@insforge/react 1.0.5-dev.4 → 1.0.6

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.
@@ -4910,7 +4910,7 @@ function UserProfileModal({ onClose, onError }) {
4910
4910
  if (!user) return;
4911
4911
  setIsSaving(true);
4912
4912
  try {
4913
- const result = await updateUser({ profile: { name } });
4913
+ const result = await updateUser({ name });
4914
4914
  if (result?.error) {
4915
4915
  onError?.(result.error);
4916
4916
  } else {