fix: drop toast

This commit is contained in:
jamesgeorge007
2020-02-15 12:00:45 +05:30
parent 749e89e362
commit c2cd9f0865

View File

@@ -715,7 +715,7 @@ export default {
.then(() => {})
.catch(console.error);
} else {
this.$toast.info("Web Share API is not supported in your browser")
// fallback
}
}
},