Skip to content

Commit 9fb06b3

Browse files
committed
chore: missing type web project
1 parent f1c6ccc commit 9fb06b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/screens/Thread/ThreadRightPanel/index.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ const ThreadRightPanel = () => {
216216
[activeThread, resetModel, setEngineParamsUpdate, updateModelParameter]
217217
)
218218

219-
const tabsFromExtension = UIManager.instance().get(UIComponent.Tab)
219+
const tabsFromExtension = UIManager.instance().get(
220+
UIComponent.RightPanelTabItem
221+
)
220222

221223
if (!activeThread) {
222224
return null

0 commit comments

Comments
 (0)