Commit 74cf009c authored by lauraMon's avatar lauraMon

Fixes a typo and refetches

parent c295db2f
...@@ -165,6 +165,9 @@ export default { ...@@ -165,6 +165,9 @@ export default {
projectPath: this.projectPath, projectPath: this.projectPath,
}, },
}) })
.then(() => {
this.$apollo.queries.alerts.refetch();
})
.catch(() => { .catch(() => {
createFlash( createFlash(
s__( s__(
...@@ -179,7 +182,6 @@ export default { ...@@ -179,7 +182,6 @@ export default {
}, },
}; };
</script> </script>
<template> <template>
<div> <div>
<div v-if="alertManagementEnabled" class="alert-management-list"> <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