From 2802e0468875a61072e4f61d49a6cc626db9c922 Mon Sep 17 00:00:00 2001 From: Dmitry Yankowski Date: Tue, 25 Feb 2020 22:40:50 -0500 Subject: [PATCH] Re-trigger build --- pages/graphql.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/graphql.vue b/pages/graphql.vue index a11888ba5..933bf392e 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -630,6 +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",