refactor status loading logic
This commit is contained in:
parent
62b2648a3e
commit
e00cf288f5
2 changed files with 11 additions and 17 deletions
src/components/status_popover
|
@ -8,9 +8,9 @@
|
|||
>
|
||||
<div slot="popover">
|
||||
<Status
|
||||
v-if="preview"
|
||||
v-if="status"
|
||||
:is-preview="true"
|
||||
:statusoid="preview"
|
||||
:statusoid="status"
|
||||
:compact="true"
|
||||
/>
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue