forked from FoundKeyGang/FoundKey
fix(client): Do not expand each notes in my/messages
This commit is contained in:
parent
677f06961a
commit
9784ade84f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<portal to="icon"><fa :icon="faEnvelope"/></portal>
|
||||
<portal to="title">{{ $t('directNotes') }}</portal>
|
||||
<x-notes :pagination="pagination" :detail="true" @before="before()" @after="after()"/>
|
||||
<x-notes :pagination="pagination" @before="before()" @after="after()"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue