LNURLp: NFC UI improvement (#767)
This commit is contained in:
@@ -231,7 +231,7 @@ new Vue({
|
|||||||
this.nfcTagWriting = false
|
this.nfcTagWriting = false
|
||||||
this.$q.notify({
|
this.$q.notify({
|
||||||
type: 'positive',
|
type: 'positive',
|
||||||
message: 'NFC Tag written successfully.'
|
message: 'NFC tag written successfully.'
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.nfcTagWriting = false
|
this.nfcTagWriting = false
|
||||||
|
|||||||
@@ -256,7 +256,7 @@ new Vue({
|
|||||||
this.nfcTagWriting = false
|
this.nfcTagWriting = false
|
||||||
this.$q.notify({
|
this.$q.notify({
|
||||||
type: 'positive',
|
type: 'positive',
|
||||||
message: 'NFC Tag written successfully.'
|
message: 'NFC tag written successfully.'
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.nfcTagWriting = false
|
this.nfcTagWriting = false
|
||||||
|
|||||||
Reference in New Issue
Block a user