Browse Source

minor change

module/notes
Stephan Richter 3 months ago
parent
commit
89abbf5c62
  1. 2
      frontend/src/routes/task/View.svelte

2
frontend/src/routes/task/View.svelte

@ -184,7 +184,7 @@ @@ -184,7 +184,7 @@
<StateSelector selected={task.status.code} onchange={val => update({status:val})} project_id={task.project_id} />
</td>
</tr>
{#if task.description.source}
{#if task.description}
<tr>
<th>{t('description')}</th>
<td class="description">

Loading…
Cancel
Save