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:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "4.20.0",
|
"version": "4.20.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ function WishlistDetail({ wishlistId, onNavigate, onRefresh, boardId, onClose, p
|
|||||||
|
|
||||||
const handleTaskItemClick = () => {
|
const handleTaskItemClick = () => {
|
||||||
if (wishlistItem?.linked_task) {
|
if (wishlistItem?.linked_task) {
|
||||||
onNavigate?.('task-form', { taskId: wishlistItem.linked_task.id })
|
setSelectedTaskForDetail(wishlistItem.linked_task.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user