implemented showing members of companies

This commit is contained in:
2025-08-08 12:50:26 +02:00
parent c4b4088620
commit edeffc572c
4 changed files with 40 additions and 11 deletions

View File

@@ -247,7 +247,7 @@
<tr>
<th>
{t('tasks')}
<button onclick={addTask}>{t('add_task')}</button>
<button onclick={addTask}>{t('add_object',{object:t('task')})}</button>
</th>
<td class="tasks">
{#if tasks}