mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
add todo repeat freq
This commit is contained in:
@ -30,7 +30,7 @@ const GroceryList = () => {
|
||||
groceries?.filter((item) => item.approved !== true)
|
||||
);
|
||||
const [category, setCategory] = useState<GroceryCategory>(
|
||||
GroceryCategory.Bakery
|
||||
GroceryCategory.None
|
||||
);
|
||||
const [title, setTitle] = useState<string>("");
|
||||
const [submit, setSubmitted] = useState<boolean>(false);
|
||||
|
Reference in New Issue
Block a user