You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
In the Devtools -> Network, I see that first the addUserToRole mutation is fired as expected, but immediately afterwards removeUserFromRole mutation is executed.
Bug Report
Steps to Reproduce
Actual Results
Expected Results
Environment
Investigations done
In the Devtools -> Network, I see that first the
addUserToRolemutation is fired as expected, but immediately afterwardsremoveUserFromRolemutation is executed.