Update frontend/src/views/Pages/SendOverview/GddSend/QrCode.vue

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2021-11-17 12:58:18 +01:00 committed by GitHub
parent 259a663f05
commit fd994936d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export default {
this.scan = false this.scan = false
}, },
async onDetect() { async onDetect() {
// what is this for? I added the detect data to test that the method is called // TODO: what is this for? I added the detect data to test that the method is called
this.detect = !this.detect this.detect = !this.detect
}, },
}, },