fix: move collection and request to bottom of list (#2964)
This commit is contained in:
@@ -103,7 +103,7 @@ export const moveRESTTeamCollection = (
|
||||
|
||||
export const updateOrderRESTTeamCollection = (
|
||||
collectionID: string,
|
||||
destCollID: string
|
||||
destCollID: string | null
|
||||
) =>
|
||||
runMutation<
|
||||
UpdateCollectionOrderMutation,
|
||||
|
||||
Reference in New Issue
Block a user