@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.
@@ -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({ profile: { name } });
4934
+ const result = await updateUser({ name });
4935
4935
  if (result?.error) {
4936
4936
  onError?.(result.error);
4937
4937
  } else {