Fixes a bug with the merge button not showing
What does this MR do and why?
Fixes a bug where sometimes the merge button would not be visible. This, from the looks of it, is caused by the polling on the ready to merge component not running quick enough. However, instead of updating the interval there we add the properties the main components GraphQL query so that when that polling update happens the Apollo cache will update the component instead.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Closes #364726 (closed)