Skip to content

fix: select default org in template form if only one exists #16639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 10, 2025
Prev Previous commit
Next Next commit
Update site/src/components/OrganizationAutocomplete/OrganizationAutoc…
…omplete.tsx

Co-authored-by: ケイラ <mckayla@hey.com>
  • Loading branch information
Kira-Pilot and aslilac authored Mar 7, 2025
commit 92e632ad1350f2765e75b59f756685480abaedde
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
type ComponentProps,
type FC,
useEffect,
useMemo,
useState,
} from "react";
import { useQuery } from "react-query";
Expand Down
Loading