feat: remove unnecessary prop from Card
This commit is contained in:

committed by
konrad

parent
43e38fae17
commit
1eb1aa2575
@ -7,7 +7,6 @@
|
||||
<Card
|
||||
class="has-no-shadow"
|
||||
:title="$t('about.title')"
|
||||
:has-close="true"
|
||||
:padding="false"
|
||||
@close="$router.back()"
|
||||
>
|
||||
|
@ -62,7 +62,6 @@
|
||||
>
|
||||
<Card
|
||||
:title="$t('label.edit.header')"
|
||||
:has-close="true"
|
||||
@close="() => isLabelEdit = false"
|
||||
>
|
||||
<form @submit.prevent="editLabelSubmit()">
|
||||
|
Reference in New Issue
Block a user