Merge branch 'dev' into feature-4063-oauth-email

This commit is contained in:
shamoon 2024-10-07 10:59:05 -07:00 committed by GitHub
commit d018ae2ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ export class TasksService {
.post(`${this.baseUrl}acknowledge_tasks/`, {
tasks: [...task_ids],
})
.pipe(takeUntil(this.unsubscribeNotifer), first())
.pipe(first())
.subscribe((r) => {
this.reload()
})