Handle toggles

This commit is contained in:
Owen
2026-04-21 18:05:08 -07:00
parent f71355fe7a
commit b3aafa5fe6
5 changed files with 69 additions and 5 deletions

View File

@@ -330,4 +330,4 @@ async function resolveEmailRecipients(emailActionId: number): Promise<string[]>
}
return Array.from(emailSet);
}
}