cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user