working on user-defined states
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
</th>
|
||||
<td class="tasks">
|
||||
{#if tasks}
|
||||
<TaskList {tasks} {estimated_time} states={project.allowed_states} show_closed={project.show_closed} />
|
||||
<TaskList {tasks} {estimated_time} states={project?.allowed_states} show_closed={project.show_closed} />
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user