Skip to content

Commit f553900

Browse files
committed
Use the new spinner loading state button
1 parent 01fb782 commit f553900

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.new

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.new/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default function NewOrganizationPage() {
220220

221221
<FormButtons
222222
confirmButton={
223-
<Button type="submit" variant={"primary/small"} disabled={isLoading}>
223+
<Button type="submit" variant={"primary/small"} isLoading={isLoading}>
224224
Create
225225
</Button>
226226
}

0 commit comments

Comments
 (0)