diff --git a/components/history/index.vue b/components/history/index.vue index 0a588f952..9ba9b614f 100644 --- a/components/history/index.vue +++ b/components/history/index.vue @@ -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", })