This commit is contained in:
STEINNI
2025-10-08 18:22:47 +00:00
parent b3f6c38c27
commit f62a7176d4
2 changed files with 2 additions and 3 deletions
@@ -78,7 +78,6 @@ class DashboardsController extends EICController {
)
}
const box = getPref(viewName)
console.log('====>',box, viewName)
let left = box.x ? box.x : defaults.x
let top = box.y ? box.y : defaults.y
let width = box.w ? box.w : defaults.w