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 0453d2f commit 252bbe3Copy full SHA for 252bbe3
frontend/src/views/chat/chat-block/ChartBlock.vue
@@ -367,15 +367,15 @@ watch(
367
</div>
368
</el-popover>
369
370
- <div v-if="message?.record?.chart">
+ <!-- <div v-if="message?.record?.chart">
371
<el-tooltip effect="dark" :content="t('chat.add_to_dashboard')" placement="top">
372
<el-button class="tool-btn" text @click="addToDashboard">
373
<el-icon size="16">
374
<icon_into_item_outlined />
375
</el-icon>
376
</el-button>
377
</el-tooltip>
378
- </div>
+ </div> -->
379
<div class="divider" />
380
<div v-if="!enlarge">
381
<el-tooltip effect="dark" :content="t('chat.full_screen')" placement="top">
0 commit comments