From ae778c19a1d399fb765dff2a451b8943c4a35649 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 20 Apr 2020 15:27:02 +0100 Subject: [PATCH] Update index.js --- lnbits/core/static/js/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lnbits/core/static/js/index.js b/lnbits/core/static/js/index.js index a348336..1f1d96d 100644 --- a/lnbits/core/static/js/index.js +++ b/lnbits/core/static/js/index.js @@ -3,6 +3,10 @@ new Vue({ mixins: [windowMixin], data: function () { return { + disclaimerDialog: { + show: false, + data: {} + }, walletName: '' }; },