Migrate view field to new data model - Part 2 (#2270)
* Migrate view field to new data model * Migrate view fields to new model
This commit is contained in:
@ -21,7 +21,7 @@ export const useBoardColumns = () => {
|
||||
updatePipelineStageMutation({
|
||||
variables: {
|
||||
data: {
|
||||
index: stage.index,
|
||||
position: stage.position,
|
||||
},
|
||||
id: stage.id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user