feat: allow listing completed tasks for task
This commit is contained in:
parent
20027b42f0
commit
a5504e6e6e
6 changed files with 37 additions and 26 deletions
|
|
@ -34,9 +34,7 @@ defmodule PutzplanWeb.CompletedTaskLive.Index do
|
|||
<.modal :if={@live_action == :new} id="completed_task-modal" show on_cancel={JS.patch(~p"/completed_tasks")}>
|
||||
<.live_component
|
||||
module={PutzplanWeb.CompletedTaskLive.FormComponent}
|
||||
|
||||
current_user={@current_user}
|
||||
|
||||
current_user={@current_user}
|
||||
id={:new}
|
||||
title={@page_title}
|
||||
action={@live_action}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue