implemented selector for document state
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user