How to reproduce?
- Open the project and select the grouping button (refer to Image 1).
- Drag to group, wait for 1-5 seconds, and you will find that due to the webpage continuously requesting GraphQL (Payload:
{"operationName":"GetGroups","variables":{"projectID":""},"query":"query GetGroups($projectID: ObjectID!) { project(_id: $projectID) { id groups { name serviceIDs _typename } __typename } }"}), the order resets (if the Save button is not clicked quickly).