Skip to content

Commit

Permalink
chore: missing type web project
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Oct 29, 2024
1 parent 0133fef commit 4340145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/screens/Thread/ThreadRightPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ const ThreadRightPanel = () => {
[activeThread, setEngineParamsUpdate, stopModel, updateModelParameter]
)

const tabsFromExtension = UIManager.instance().get(UIComponent.Tab)
const tabsFromExtension = UIManager.instance().get(
UIComponent.RightPanelTabItem
)

if (!activeThread) {
return null
Expand Down

0 comments on commit 4340145

Please sign in to comment.