From 0de6db7d79ece7985b65799fb1b67ed2e4ac8b21 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Sun, 13 Dec 2020 16:00:22 +0000 Subject: [PATCH] tweaks --- app/src/components/UploadLayer.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/components/UploadLayer.vue b/app/src/components/UploadLayer.vue index 9d516ca..06924f3 100644 --- a/app/src/components/UploadLayer.vue +++ b/app/src/components/UploadLayer.vue @@ -22,7 +22,7 @@ <script> import VueIpfs from 'ipfs' -import { mapState } from 'vuex' +// import { mapState } from 'vuex' const ipfs = VueIpfs.create() var node var output @@ -52,11 +52,11 @@ export default { } }, - computed: { - ...mapState({ - myNodes: (state) => state.myNodes, - }), - }, + // computed: { + // ...mapState({ + // myNodes: (state) => state.myNodes, + // }), + // }, mounted: function () { this.getIpfsNodeInfo() @@ -168,9 +168,9 @@ export default { copyClipBoard(e) { this.copytext = '' - this.$store.dispatch('addNode') + // this.$store.dispatch('addNode') //this.copyready = true - setTimeout(this.copyClick, 3000) + // setTimeout(this.copyClick, 3000) }, copyClick() { -- GitLab