From c2cd9f0865d41a4f5df778e0e5b1b2d3ccbc2e85 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 15 Feb 2020 12:00:45 +0530 Subject: [PATCH] fix: drop toast --- layouts/default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.vue b/layouts/default.vue index 4fe83f7ee..4302a71f8 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -715,7 +715,7 @@ export default { .then(() => {}) .catch(console.error); } else { - this.$toast.info("Web Share API is not supported in your browser") + // fallback } } },