mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: correct task confirmation field name in migration test
This commit is contained in:
parent
fb6f7142d2
commit
0d6d17c103
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ describe('Migrate MiscConfig to TasksConfig', () => {
|
|||
isConfirmBeforeTaskDelete: true,
|
||||
},
|
||||
tasks: {
|
||||
isConfirmBeforeTaskDelete: true,
|
||||
isConfirmBeforeDelete: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue