removed old system created and updated fields from the record preview

This commit is contained in:
Gani Georgiev
2024-11-18 05:54:53 +02:00
parent 6090b29070
commit 19ea9cca36
29 changed files with 93 additions and 107 deletions
@@ -75,20 +75,6 @@
</td>
</tr>
{/each}
{#if record.created}
<tr>
<td class="min-width txt-hint txt-bold">created</td>
<td class="col-field"><FormattedDate date={record.created} /></td>
</tr>
{/if}
{#if record.updated}
<tr>
<td class="min-width txt-hint txt-bold">updated</td>
<td class="col-field"><FormattedDate date={record.updated} /></td>
</tr>
{/if}
</tbody>
</table>