disable submit if no button

This commit is contained in:
Ben Arc
2021-04-22 09:07:35 +01:00
parent b55cc82f1c
commit 7134821fcd

View File

@@ -334,7 +334,7 @@
<q-btn <q-btn
unelevated unelevated
color="deep-purple" color="deep-purple"
:disable="receive.data.amount == null || receive.data.amount <= 0" :disable="receive.data.memo == null || receive.data.amount == null || receive.data.amount <= 0"
type="submit" type="submit"
> >
<span v-if="receive.lnurl"> <span v-if="receive.lnurl">