add api keys to sidebar nav

This commit is contained in:
miloschwartz
2025-04-23 16:18:51 -04:00
parent 566e66daa4
commit a6d6aaaadd
3 changed files with 38 additions and 11 deletions

View File

@@ -61,6 +61,9 @@ export default function StepperForm() {
const router = useRouter();
const checkOrgIdAvailability = useCallback(async (value: string) => {
if (loading) {
return;
}
try {
const res = await api.get(`/org/checkId`, {
params: {