Fix issue with clear history confirmation persisting after clearing
This commit is contained in:
parent
9e602394cf
commit
455cccebb5
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue