4.20.1: Детализация задачи из желания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m45s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m45s
This commit is contained in:
@@ -153,7 +153,7 @@ function WishlistDetail({ wishlistId, onNavigate, onRefresh, boardId, onClose, p
|
||||
|
||||
const handleTaskItemClick = () => {
|
||||
if (wishlistItem?.linked_task) {
|
||||
onNavigate?.('task-form', { taskId: wishlistItem.linked_task.id })
|
||||
setSelectedTaskForDetail(wishlistItem.linked_task.id)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user