fix: persist subtask edits to backend on add/update/delete (#930) (#1164)

Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
This commit is contained in:
Dream 2026-02-06 17:19:12 -05:00 committed by GitHub
parent 77112a227d
commit 9a5b183654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 10 deletions

View file

@ -189,6 +189,7 @@ describe('ChatBox Component', async () => {
setIsTaskEdit: vi.fn(),
addTaskInfo: vi.fn(),
updateTaskInfo: vi.fn(),
saveTaskInfo: vi.fn(),
deleteTaskInfo: vi.fn(),
getFormattedTaskTime: vi.fn(() => '00:00:00'),
setAttaches: vi.fn(),