drafts list update
This commit is contained in:
parent
14e30dabd6
commit
cc184858cd
3 changed files with 21 additions and 22 deletions
|
|
@ -7,7 +7,11 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p v-if="drafts.length === 0">
|
||||
{{ $t('drafts.no_drafts') }}
|
||||
</p>
|
||||
<List
|
||||
v-else
|
||||
:items="drafts"
|
||||
>
|
||||
<template #item="{ item: draft }">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue