Skip to content
Snippets Groups Projects
Commit f1d3c585 authored by rhenck's avatar rhenck
Browse files

[editor] Fix method name

parent 990f0263
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,6 @@ export class PageCanvasComponent { ...@@ -70,6 +70,6 @@ export class PageCanvasComponent {
sectionDrop(event: CdkDragDrop<UnitPageSection[]>): void { sectionDrop(event: CdkDragDrop<UnitPageSection[]>): void {
moveItemInArray(this.page.sections, event.previousIndex, event.currentIndex); moveItemInArray(this.page.sections, event.previousIndex, event.currentIndex);
this.unitService.setSections(this.page, this.page.sections); this.unitService.setPageSections(this.page, this.page.sections);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment