Skip to content

Commit 252bbe3

Browse files
committed
fix: bug fix
1 parent 0453d2f commit 252bbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/chat/chat-block/ChartBlock.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,15 @@ watch(
367367
</div>
368368
</el-popover>
369369
</div>
370-
<div v-if="message?.record?.chart">
370+
<!-- <div v-if="message?.record?.chart">
371371
<el-tooltip effect="dark" :content="t('chat.add_to_dashboard')" placement="top">
372372
<el-button class="tool-btn" text @click="addToDashboard">
373373
<el-icon size="16">
374374
<icon_into_item_outlined />
375375
</el-icon>
376376
</el-button>
377377
</el-tooltip>
378-
</div>
378+
</div> -->
379379
<div class="divider" />
380380
<div v-if="!enlarge">
381381
<el-tooltip effect="dark" :content="t('chat.full_screen')" placement="top">

0 commit comments

Comments
 (0)