From da3cc282df37f892c9b9af39d8a7fdb8e0544f7f Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 19 Sep 2024 19:03:18 +0300 Subject: [PATCH] Update dashboard-component.models.ts --- .../src/app/modules/home/models/dashboard-component.models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;