4.9.0: Модальное окно детализации задачи
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
This commit is contained in:
@@ -30,7 +30,7 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry
|
||||
// TaskList не инициирует загрузку самостоятельно
|
||||
|
||||
const handleTaskClick = (task) => {
|
||||
onNavigate?.('task-form', { taskId: task.id })
|
||||
setSelectedTaskForDetail(task.id)
|
||||
}
|
||||
|
||||
const handleCheckmarkClick = async (task, e) => {
|
||||
|
||||
Reference in New Issue
Block a user