Project e Todos sistemati...

aggiunti Gruppi
This commit is contained in:
Paolo Arena
2021-02-03 01:33:30 +01:00
parent 5493953b58
commit 25096e862f
28 changed files with 2962 additions and 65 deletions

View File

@@ -87,7 +87,6 @@ const todos = [{
descr: "Primo Task Esempio",
enableExpiring: false,
expiring_at: new Date(),
id_prev: null,
modified: false,
modify_at: new Date(),
pos: 1,
@@ -103,7 +102,6 @@ const todos = [{
descr: "Secondo Task Esempio",
enableExpiring: false,
expiring_at: new Date(),
// id_prev: "1",
modified: false,
modify_at: new Date(),
pos: 2,
@@ -119,7 +117,6 @@ const todos = [{
descr: "Terzo Task Esempio",
enableExpiring: false,
expiring_at: new Date(),
// id_prev: "1",
modified: false,
modify_at: new Date(),
pos: 3,
@@ -134,7 +131,6 @@ const todos = [{
descr: "Nuovo Quarto Task Esempio da Inserire",
enableExpiring: false,
expiring_at: new Date(),
// id_prev: "2",
modified: false,
modify_at: new Date(),
pos: 4,