working on loading item by id
This commit is contained in:
@@ -74,6 +74,15 @@ Code: <LineEditor type="span" editable={true} value={item.code} onSet={v => patc
|
||||
</div>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
{t('ID')}
|
||||
</td>
|
||||
<td>
|
||||
{item.id}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{#each item.properties.toSorted(byName) as prop}
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user