feat(FN-5353): wire fresh-worktree-acquire to ActivityLogModal

This commit is contained in:
gsxdsm
2026-05-20 10:53:31 -07:00
parent 7df11bc2cf
commit 1b7f492227
3 changed files with 10 additions and 0 deletions

View File

@@ -942,6 +942,7 @@ export type ActivityEventType =
| "task:auto-archived-near-duplicate"
| "task:auto-archived-ghost-bug"
| "task:auto-archived-duplicate"
| "task:merge-worktree-reacquired"
| "settings:updated"
| "project:isolation-transition";