)
// Refresh server components so the company switcher and DashboardNav
// pick up the new company_name (rendered from server in the dashboard layout).
if ('company_name' in updates) {
router.refresh()
}
},
}
}
return (
{settings.entity_type === 'aktiebolag' && (
)}
updateSettings({ logo_url: url })}
/>
)
}