We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5470fc7 commit f95a619Copy full SHA for f95a619
ui/src/views/application/component/ToolDialog.vue
@@ -22,8 +22,8 @@
22
</div>
23
</template>
24
<!-- 共享的知识库工作流中,只能查共享的工具,这里不需要展示左边的树,只需展示右边的内容 -->
25
- <LayoutContainer class="application-manage">
26
- <template #left v-if="apiType !== 'systemShare'">
+ <LayoutContainer class="application-manage" :show-left="apiType !== 'systemShare'">
+ <template #left>
27
<folder-tree
28
:data="folderList"
29
:currentNodeKey="currentFolder?.id"
0 commit comments