Skip to content

Commit 66d56f2

Browse files
committed
fix: bug fix
1 parent ab2a1d1 commit 66d56f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,16 +280,15 @@ function copy() {
280280
</el-button>
281281
</el-tooltip>
282282
</div>
283-
<div>
284-
<!-- todo -->
283+
<!-- <div>
285284
<el-tooltip effect="dark" :content="t('chat.add_to_dashboard')" placement="top">
286285
<el-button class="tool-btn" text @click="addToDashboard">
287286
<el-icon size="16">
288287
<icon_into_item_outlined />
289288
</el-icon>
290289
</el-button>
291290
</el-tooltip>
292-
</div>
291+
</div> -->
293292
<div class="divider" />
294293
<div v-if="!enlarge">
295294
<el-tooltip effect="dark" :content="t('chat.full_screen')" placement="top">

0 commit comments

Comments
 (0)