Skip to content

Commit

Permalink
fix(demo): removed not yet implemented date filters for todos (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored Jan 24, 2023
1 parent ff6d7f3 commit a7cdc75
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/core/config/config-fix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1138,10 +1138,7 @@ export const defaultJsonConfig = {
{
"id": "due-status",
"type": "prebuilt"
},
{ "id": "deadline" },
{ "id": "deadline" },
{ "id": "startDate" }
}
]
}
}
Expand Down

0 comments on commit a7cdc75

Please sign in to comment.