mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
ui fix tsx linting
This commit is contained in:
parent
66201a829f
commit
610cd15ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ interface KeyInfoViewProps {
|
|||
premiumUser: boolean;
|
||||
}
|
||||
|
||||
export default function KeyInfoView({ keyId, onClose, keyData, accessToken, userID, userRole, teams, premiumUser }: KeyInfoViewProps) {
|
||||
export default function KeyInfoView({ keyId, onClose, keyData, accessToken, userID, userRole, teams }: KeyInfoViewProps) {
|
||||
const [isEditing, setIsEditing] = useState(false);
|
||||
const [form] = Form.useForm();
|
||||
const [isDeleteModalOpen, setIsDeleteModalOpen] = useState(false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue