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 01fb782 commit f553900Copy full SHA for f553900
1 file changed
apps/webapp/app/routes/_app.orgs.new/route.tsx
@@ -220,7 +220,7 @@ export default function NewOrganizationPage() {
220
221
<FormButtons
222
confirmButton={
223
- <Button type="submit" variant={"primary/small"} disabled={isLoading}>
+ <Button type="submit" variant={"primary/small"} isLoading={isLoading}>
224
Create
225
</Button>
226
}
0 commit comments