fix: emit function name (#1511)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1511 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
6c7fd4ef5b
commit
10bcdc8804
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
@click="emit('close')"
|
@click="$emit('close')"
|
||||||
class="close"
|
class="close"
|
||||||
>
|
>
|
||||||
<icon icon="times"/>
|
<icon icon="times"/>
|
||||||
|
|
Loading…
Reference in a new issue