Fix issue with clear history confirmation persisting after clearing

This commit is contained in:
Andrew Bastin
2021-05-24 22:43:06 -04:00
parent 9e602394cf
commit 455cccebb5

View File

@@ -138,6 +138,8 @@ export default {
if (this.page === "rest") clearRESTHistory()
else clearGraphqlHistory()
this.isClearingHistory = false
this.$toast.error(this.$t("history_deleted"), {
icon: "delete",
})