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 05730e4 commit 78937f4Copy full SHA for 78937f4
ui/src/views/chat/embed/index.vue
@@ -45,7 +45,7 @@
45
46
<!-- 历史记录弹出层 -->
47
<div
48
- v-if="applicationDetail.show_history"
+ v-if="applicationDetail.show_history || !user.isEnterprise()"
49
@click.prevent.stop="show = !show"
50
class="chat-popover-button cursor color-secondary"
51
>
0 commit comments