Request body is now an object

This commit is contained in:
Gregory Schier
2023-11-12 11:16:12 -08:00
parent f1fc57830d
commit 5fd16b922c
16 changed files with 73 additions and 54 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { useCallback } from 'react';
import { useParams, useSearchParams } from 'react-router-dom';
import { useParams } from 'react-router-dom';
import type { RouteParamsRequest } from './useAppRoutes';
export function useActiveEnvironmentId(): string | null {