diff --git a/core/frontend/src/components/widget/deWidget/DeTabs.vue b/core/frontend/src/components/widget/deWidget/DeTabs.vue index 9a0cf50930..f5c229b55b 100644 --- a/core/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/core/frontend/src/components/widget/deWidget/DeTabs.vue @@ -84,6 +84,7 @@ :panel-info="panelInfo" :in-screen="inScreen" :show-position="showPosition" + :user-id="userId" /> @@ -280,6 +281,10 @@ export default { terminal: { type: String, default: 'pc' + }, + userId: { + type: String, + require: false } }, data() {