mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
remove unused state
This commit is contained in:
parent
faa341c33b
commit
187f6ed9e6
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ import { CaretDown, CaretUp } from "@phosphor-icons/react";
|
|||
import { useState, useEffect } from "react";
|
||||
|
||||
export default function OpenRouterOptions({ settings }) {
|
||||
const [showAdvancedControls, setShowAdvancedControls] = useState(false);
|
||||
|
||||
return (
|
||||
<div className="flex flex-col gap-y-4 mt-1.5">
|
||||
<div className="flex gap-[36px]">
|
||||
|
|
Loading…
Add table
Reference in a new issue