We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MDC
MDCCached
1 parent 3eae5df commit 2bbe79aCopy full SHA for 2bbe79a
1 file changed
apps/frontend/app/components/chat/ChatInterface.vue
@@ -325,7 +325,7 @@ function alertIsStreaming(input: string) {
325
<div>{{ $t('generating') }}</div>
326
<div class="spinner h-5 w-5" />
327
</div>
328
- <MDCCached v-else :value="m.content" />
+ <MDC v-else :value="m.content" />
329
<div class="hidden first:block">
330
<Skeleton
331
class="h-5 w-$c-W rounded-full bg-muted-foreground" :style="{
0 commit comments