implemented selector for document state

This commit is contained in:
2025-07-10 20:38:13 +02:00
parent b52ace49db
commit 48dfabaaf3
8 changed files with 76 additions and 19 deletions

View File

@@ -85,8 +85,7 @@
<th>{t('document.state')}</th>
<th>
{t('document.actions')}
{docType}
<TypeSelector caption={t('document.create_new')} bind:value={docType} onchange={createDoc}/>
<TypeSelector caption={t('document.create_new')} bind:value={docType} onchange={createDoc} />
</th>
</tr>
</thead>