We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f029bb4 commit ab15e75Copy full SHA for ab15e75
site/src/pages/ManagementSettingsPage/CreateOrganizationPageView.tsx
@@ -154,10 +154,7 @@ export const CreateOrganizationPageView: FC<
154
/>
155
</fieldset>
156
<div className="flex flex-row gap-2">
157
- <Button
158
- type="submit"
159
- disabled={form.isSubmitting}
160
- >
+ <Button type="submit" disabled={form.isSubmitting}>
161
{form.isSubmitting && <Spinner />}
162
Save
163
</Button>
0 commit comments