fix: correct task confirmation field name in migration test

This commit is contained in:
Ivan Kalashnikov 2026-01-18 23:06:37 +07:00
parent fb6f7142d2
commit 0d6d17c103

View file

@ -60,7 +60,7 @@ describe('Migrate MiscConfig to TasksConfig', () => {
isConfirmBeforeTaskDelete: true,
},
tasks: {
isConfirmBeforeTaskDelete: true,
isConfirmBeforeDelete: true,
},
};