fix: improve notifications (#2583)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2583 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
d5258b7315
commit
9ded3d0cd6
@ -16,11 +16,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="buttons is-right"
|
||||
v-if="
|
||||
item.data &&
|
||||
item.data.actions &&
|
||||
item.data.actions.length > 0
|
||||
"
|
||||
v-if="item.data?.actions?.length > 0"
|
||||
>
|
||||
<x-button
|
||||
:key="'action_' + i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user