This commit is contained in:
Timothy J. Baek 2024-10-22 03:44:54 -07:00
parent a0692a434d
commit 8d38af8ddd
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<div class="flex items-center gap-1">
<div class=" text-xs w-full text-gray-500 bg-transparent line-clamp-1">
{model.meta.description}
{model?.meta?.description ?? model.id}
</div>
</div>
</div>

View File

@ -274,7 +274,6 @@
bind:value={description}
placeholder={$i18n.t('Enter description')}
autocomplete="off"
required
/>
</div>
</div>