remove unused code
This commit is contained in:
parent
f7fe1a1530
commit
deff1f54c8
@ -49,7 +49,7 @@ export default function DropdownListSidebar() {
|
||||
const threadStates = useAtomValue(threadStatesAtom)
|
||||
const [selectedModel, setSelectedModel] = useAtom(selectedModelAtom)
|
||||
const setThreadModelParams = useSetAtom(setThreadModelParamsAtom)
|
||||
const { activeModel, startModel, stateModel, stopModel } = useActiveModel()
|
||||
const { activeModel, stateModel } = useActiveModel()
|
||||
const [serverEnabled, setServerEnabled] = useAtom(serverEnabledAtom)
|
||||
const { setMainViewState } = useMainViewState()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user