feat: add the ability to edit a task upon clicking in a list
This commit is contained in:
@ -74,7 +74,7 @@ pub(crate) fn CategoryInput(selected_category: Signal<Category>, class: Option<&
|
||||
),
|
||||
onclick: move |_| {
|
||||
selected_category.set(Category::Calendar {
|
||||
date: NaiveDate::default(),
|
||||
date: chrono::Local::now().date_naive(),
|
||||
reoccurrence: None,
|
||||
time: None,
|
||||
});
|
||||
|
Reference in New Issue
Block a user