forked from phoenix/litellm-mirror
(fix) ui
This commit is contained in:
parent
42fcce4645
commit
34a0e4d3e1
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ import EnterProxyUrl from "./enter_proxy_url";
|
|||
import { useSearchParams } from "next/navigation";
|
||||
import { jwtDecode } from "jwt-decode";
|
||||
|
||||
const proxyBaseUrl = process.env.PROXY_BASE_URL || null;
|
||||
console.log("Proxy Base URL:", proxyBaseUrl);
|
||||
const proxyBaseUrl = null
|
||||
|
||||
const UserDashboard = () => {
|
||||
const [data, setData] = useState<null | any[]>(null); // Keep the initialization of state here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue