Skip to content

Commit

Permalink
use correct new index after moving widget; #SNRGY-2732
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Aug 29, 2023
1 parent a48f854 commit 1edb884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/dashboard/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class DashboardComponent implements OnInit, OnDestroy {

widgetPositionUpdates.push({
"id": widget.id,
"index": index
"index": gridIndex
})
}
}
Expand Down

0 comments on commit 1edb884

Please sign in to comment.