- fix Indexdb: 1) InsertTodo OK

This commit is contained in:
Paolo Arena
2019-02-02 21:16:49 +01:00
parent 3c6b2c7bef
commit 185bd2657d
7 changed files with 51 additions and 30 deletions

View File

@@ -28,8 +28,8 @@ export const rescodes = {
DB: {
CMD_SYNC_TODOS: 'sync-new-todos',
CMD_DELETE_TODOS: 'sync-delete-todos',
TABLE_SYNC_TODOS : 'sync_todos,',
TABLE_DELETE_TODOS : 'delete_todos,'
TABLE_SYNC_TODOS : 'sync_todos',
TABLE_DELETE_TODOS : 'delete_todos'
},
MenuAction: {