Commit fea09d13 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

Beta

See merge request !225
parents a37f91fb 03616fa6
......@@ -316,8 +316,9 @@ function handleQuestionSubmit() {
})
questionContent.value = ''
uploadFileList.value = uploadFileList.value.filter((item) => item.format === 'document')
})
uploadFileList.value = uploadFileList.value.filter((item) => item.format === 'document')
}
function errorMessageResponse(questionMessageId: string, answerMessageId: string, modelIndex: number) {
......
......@@ -222,11 +222,10 @@ function handleCloseModal() {
<n-virtual-list
v-show="!pluginListLoading && pluginList.length > 0"
style="max-height: 612px"
:item-size="106"
:items="pluginList"
key-field="pluginId"
items-style="padding-right: 12px;"
:ignore-item-resize="true"
class="!h-[612px] !pr-[12px]"
>
<template #default="{ item }: { item: PluginItemInterface }">
<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment