Commit 489198d0 authored by Tristan Read's avatar Tristan Read Committed by Natalia Tepluhina

Avoid refresh when updating Alert status on Detail page

parent da6c493e
......@@ -4,6 +4,7 @@ mutation ($projectPath: ID!, $status: AlertManagementStatus!, $iid: String!) {
alert {
iid,
status,
endedAt
}
}
}
---
title: Avoid refresh to show endedAt after mutation
merge_request: 32636
author:
type: fixed
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