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",