This commit is contained in:
Sam Saffron 2024-09-18 14:54:09 +10:00
parent 1b6b7d8675
commit 13d32d9468
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5
2 changed files with 2 additions and 8 deletions

View File

@ -13,9 +13,7 @@ export default class RagUploadProgress extends Component {
willDestroy() {
super.willDestroy(...arguments);
this.messageBus.unsubscribe(
`/discourse-ai/rag/${this.args.upload.id}`
);
this.messageBus.unsubscribe(`/discourse-ai/rag/${this.args.upload.id}`);
}
@action
@ -64,10 +62,7 @@ export default class RagUploadProgress extends Component {
}
<template>
<td
class="rag-uploader__upload-status"
{{didInsert this.trackProgress}}
>
<td class="rag-uploader__upload-status" {{didInsert this.trackProgress}}>
{{#if this.progress}}
{{#if this.fullyIndexed}}
<span class="indexed">

View File

@ -74,7 +74,6 @@
display: flex;
align-items: center;
}
}
.rag-options {