From 56a4ca0e214bbdc59796b86e13ceb93607330707 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 31 Dec 2019 19:38:26 +0530 Subject: [PATCH] :bug: Fixed clear button on variables list --- components/history.vue | 2 +- pages/graphql.vue | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/components/history.vue b/components/history.vue index 0d64fc4a8..2b1acbfac 100644 --- a/components/history.vue +++ b/components/history.vue @@ -233,7 +233,7 @@
- +
@@ -855,7 +852,7 @@ export default { } } }); - console.log(oldHeaders); + // console.log(oldHeaders); }, addQueryVariable(index) { this.$store.commit("addGQLVariable", { @@ -879,7 +876,7 @@ export default { } } }); - console.log(oldVariables); + // console.log(oldVariables); }, scrollInto(view) { this.$refs[view].$el.scrollIntoView({