- added Categories to the Task List.
- Drawer added SubMenu : Personal / Work Todo list categories.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface ITodo {
|
||||
id?: number,
|
||||
userId: string
|
||||
category?: string
|
||||
descr?: string,
|
||||
priority: number,
|
||||
completed: boolean,
|
||||
|
||||
Reference in New Issue
Block a user