[Status Page] Fix migration and unpin incident

This commit is contained in:
Louis Lam
2022-03-18 14:14:22 +08:00
parent 220e46bc83
commit 8d981c8f0b
3 changed files with 26 additions and 6 deletions

View File

@@ -643,7 +643,7 @@ export default {
},
unpinIncident() {
this.$root.getSocket().emit("unpinIncident", () => {
this.$root.getSocket().emit("unpinIncident", this.slug, () => {
this.incident = null;
});
},