Skip to content

Commit 0d9bc62

Browse files
committed
fix(dashboard): Fix the issue where the predicted data cannot be displayed on the data dashboard
1 parent a1fbb05 commit 0d9bc62

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ const showLabel = ref(false)
219219
function addToDashboard() {
220220
const recordeInfo = {
221221
id: '1-1',
222-
sourceRecordId: props.message?.record.id,
223-
sourceChatId: props.message?.record.chat_id,
224222
data: {
225223
data: data.value,
226224
},

0 commit comments

Comments
 (0)