mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
ui: border for publish widget in status
This commit is contained in:
parent
c11f94a7e9
commit
93c31cb2d1
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ onReactivated(() => {
|
|||
<PublishWidget
|
||||
v-if="currentUser"
|
||||
ref="publishWidget"
|
||||
border="y base"
|
||||
:draft-key="replyDraft!.key"
|
||||
:initial="replyDraft!.draft"
|
||||
@published="refreshContext()"
|
||||
|
|
Loading…
Reference in a new issue