forked from phoenix/litellm-mirror
ui - new build
This commit is contained in:
parent
4996ac7ed6
commit
a6fa0e030e
15 changed files with 14 additions and 10 deletions
|
@ -133,6 +133,10 @@ const Settings: React.FC<SettingsPageProps> = ({
|
|||
setSelectedCallback(value);
|
||||
};
|
||||
|
||||
if (!accessToken) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="w-full mx-4">
|
||||
<Grid numItems={1} className="gap-2 p-8 w-full mt-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue