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 3693950 commit 27f372bCopy full SHA for 27f372b
frontend/src/views/system/prompt/index.vue
@@ -328,7 +328,7 @@ const typeChange = (val: any) => {
328
</script>
329
330
<template>
331
- <div v-loading="searchLoading" class="prompt">
+ <div class="prompt">
332
<div class="tool-left">
333
<div class="btn-select">
334
<el-button
@@ -464,7 +464,7 @@ const typeChange = (val: any) => {
464
:description="$t('datasource.relevant_content_found')"
465
img-type="tree"
466
/>
467
- <template v-if="!keywords && !fieldList.length">
+ <template v-if="!oldKeywords && !fieldList.length">
468
<EmptyBackground
469
class="datasource-yet"
470
:description="$t('prompt.no_prompt_words')"
0 commit comments