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

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()
})