Fix: use proper signal for modal buttonsEnabled (#13672)

This commit is contained in:
shamoon
2026-08-13 09:48:23 -07:00
committed by GitHub
parent 2a8579f610
commit 0a94f8f0d4
25 changed files with 85 additions and 72 deletions
@@ -82,7 +82,7 @@ export class TrashComponent
modal.componentInstance.confirmClicked
.pipe(takeUntil(this.unsubscribeNotifier))
.subscribe(() => {
modal.componentInstance.buttonsEnabled = false
modal.componentInstance.buttonsEnabled.set(false)
this.trashService.emptyTrash([document.id]).subscribe({
next: () => {
this.toastService.showInfo(