Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fb06b3

Browse files
committedNov 22, 2024·
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)
Please sign in to comment.