🐛 Fixed #826
This commit is contained in:
@@ -341,6 +341,7 @@ export default {
|
|||||||
getDoc() {
|
getDoc() {
|
||||||
try {
|
try {
|
||||||
this.items = JSON.parse(this.collectionJSON)
|
this.items = JSON.parse(this.collectionJSON)
|
||||||
|
this.$toast.clear()
|
||||||
this.$toast.info(this.$t("docs_generated"), {
|
this.$toast.info(this.$t("docs_generated"), {
|
||||||
icon: "book",
|
icon: "book",
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user