Fix issue with clear history confirmation persisting after clearing
This commit is contained in:
@@ -138,6 +138,8 @@ export default {
|
|||||||
if (this.page === "rest") clearRESTHistory()
|
if (this.page === "rest") clearRESTHistory()
|
||||||
else clearGraphqlHistory()
|
else clearGraphqlHistory()
|
||||||
|
|
||||||
|
this.isClearingHistory = false
|
||||||
|
|
||||||
this.$toast.error(this.$t("history_deleted"), {
|
this.$toast.error(this.$t("history_deleted"), {
|
||||||
icon: "delete",
|
icon: "delete",
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user