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