mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 13:33:09 +02:00
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>
|
<div>
|
||||||
<portal to="icon"><fa :icon="faEnvelope"/></portal>
|
<portal to="icon"><fa :icon="faEnvelope"/></portal>
|
||||||
<portal to="title">{{ $t('directNotes') }}</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue