Commit 74cf009c authored by lauraMon's avatar lauraMon

Fixes a typo and refetches

parent c295db2f
......@@ -165,6 +165,9 @@ export default {
projectPath: this.projectPath,
},
})
.then(() => {
this.$apollo.queries.alerts.refetch();
})
.catch(() => {
createFlash(
s__(
......@@ -179,7 +182,6 @@ export default {
},
};
</script>
<template>
<div>
<div v-if="alertManagementEnabled" class="alert-management-list">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment