This component is returned by
useWorkspaceSettingsForm().Example
workspace-settings.tsx
Props
The contents of your workspace settings form, usually layout and input components.
Unlike regular forms, the
<Form /> component from
useWorkspaceSettingsForm() does not have an
onSubmit prop. Settings are automatically saved.