Skip to content

Commit 8185cee

Browse files
fix bug where group sort order is not updated correctly
1 parent db767f1 commit 8185cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/forms/group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type MovedGroupItemForm struct {
1818
IsGroup bool `json:"isGroup"`
1919
ItemID int64 `json:"id"`
2020
NewParent int64 `json:"newParent"`
21-
NewPos int `json:"newPosition"`
21+
NewPos int `json:"newPos"`
2222
}
2323
type CreateGroupTeamForm struct {
2424
Permission string

0 commit comments

Comments
 (0)