fix(paywall): disable create button when an invoice already exists
This commit is contained in:
parent
8add56a24c
commit
41277e6931
|
@ -19,7 +19,7 @@
|
||||||
:hint="'Minimum ' + paywallAmount + ' sat'"
|
:hint="'Minimum ' + paywallAmount + ' sat'"
|
||||||
>
|
>
|
||||||
<template v-slot:after>
|
<template v-slot:after>
|
||||||
<q-btn round dense flat icon="check" color="deep-purple" type="submit" @click="createInvoice" :disabled="userAmount < paywallAmount"></q-btn>
|
<q-btn round dense flat icon="check" color="deep-purple" type="submit" @click="createInvoice" :disabled="userAmount < paywallAmount || paymentReq"></q-btn>
|
||||||
</template>
|
</template>
|
||||||
</q-input>
|
</q-input>
|
||||||
</q-form>
|
</q-form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user