Skip to content

Commit 1457557

Browse files
authored
refactor: revise the document. (#520)
1 parent 06a869f commit 1457557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/chat/RecommendQuestion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ defineExpose({ getRecommendQuestions, id: () => props.recordId, stop })
187187
</div>
188188
</div>
189189
<div v-else-if="position === 'input'" class="recommend-questions-error">
190-
{{ $t(qa.retrieve_error) }}
190+
{{ $t('qa.retrieve_error') }}
191191
</div>
192192
</template>
193193

0 commit comments

Comments
 (0)