From dddd8f32e84fecb00cc131c83be004646078c895 Mon Sep 17 00:00:00 2001 From: Dmitry Yankowski Date: Tue, 25 Feb 2020 22:41:08 -0500 Subject: [PATCH] Re-trigger build --- pages/graphql.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index 933bf392e..e2b5f7c37 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -630,7 +630,7 @@ export default { }) } catch (error) { this.$nuxt.$loading.finish() - + this.schema = `${error}. ${this.$t("check_console_details")}` this.$toast.error(`${error} ${this.$t("f12_details")}`, { icon: "error",