Removing an an empty toast (#2504)

which was unintentionally introduced by my
last pull request.
This commit is contained in:
MarmadileManteater
2022-08-21 20:19:36 +08:00
committed by GitHub
parent 166fe004b2
commit 02db9483a3
@@ -570,10 +570,6 @@ export default Vue.extend({
})
})
})
}).catch((error) => {
this.showToast({
message: error.message
})
})
},