mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 18:45:13 +00:00
MkToast Mfm plain prop should be static
This commit is contained in:
parent
3bfff3509c
commit
c8535b5d26
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
>
|
||||
<div v-if="showing" class="_acrylic" :class="$style.root" :style="{ zIndex }">
|
||||
<div style="padding: 16px 24px;">
|
||||
<Mfm :text="message" :plain="true"/>
|
||||
<Mfm :text="message" plain="true"/>
|
||||
</div>
|
||||
</div>
|
||||
</Transition>
|
||||
|
|
Loading…
Reference in a new issue