forked from phoenix/litellm-mirror
ui fix
This commit is contained in:
parent
213a4b1ba5
commit
d134216db3
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ const AdminPanel: React.FC<AdminPanelProps> = ({
|
||||||
useState(false);
|
useState(false);
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const [baseUrl, setBaseUrl] = useState("");
|
const [baseUrl, setBaseUrl] = useState("");
|
||||||
const [isInstructionsModalVisible, setIsInstructionsModalVisible] = useState(false);
|
|
||||||
const [possibleUIRoles, setPossibleUIRoles] = useState<null | Record<string, Record<string, string>>>(null);
|
const [possibleUIRoles, setPossibleUIRoles] = useState<null | Record<string, Record<string, string>>>(null);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue