Fixed button bug
This commit is contained in:
parent
7ab4553ef5
commit
8500b7767c
|
@ -169,7 +169,7 @@
|
||||||
></q-icon>
|
></q-icon>
|
||||||
<q-btn
|
<q-btn
|
||||||
outline
|
outline
|
||||||
v-if="'{{ charge.webhook }}' != 'None'"
|
v-if="'{{ charge.webhook }}' != None"
|
||||||
type="a"
|
type="a"
|
||||||
href="{{ charge.completelink }}"
|
href="{{ charge.completelink }}"
|
||||||
label="{{ charge.completelinktext }}"
|
label="{{ charge.completelinktext }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user