completionId: cgen-382bc2179bfc4532b1f51b308650cd74
cgen-382bc2179bfc4532b1f51b308650cd74
This commit is contained in:
parent
8bda63db7e
commit
fa8fc3b9ed
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ import {
|
||||||
ToggleRight,
|
ToggleRight,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
const getApiBase = () => typeof window !== "undefined" ? window.location.origin : "";
|
||||||
|
|
||||||
type ViewMode = "creator" | "client";
|
type ViewMode = "creator" | "client";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue