diff --git a/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts b/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts index 1c4e6167f9..65c6c23004 100644 --- a/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts +++ b/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts @@ -818,7 +818,7 @@ export class DashboardWidget implements GridsterItem, IDashboardWidget { return order; } - updatedXY(x: number, y: number) { + updatePosition(x: number, y: number) { if (this.widgetLayout) { this.widgetLayout.col = x; this.widgetLayout.row = y;