mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
- Implemented editing of the todos
- Modified the AddChoreDialog.tsx to be able to edit or add new items
This commit is contained in:
@ -3,7 +3,7 @@ export interface IToDo {
|
||||
title: string;
|
||||
done: boolean;
|
||||
date: Date | null;
|
||||
points?: number;
|
||||
points: number;
|
||||
rotate: boolean;
|
||||
repeatType: string;
|
||||
creatorId?: string,
|
||||
|
Reference in New Issue
Block a user