mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 19:09:27 +00:00
remove id (it's bad practice) and we don't need it anymore
This commit is contained in:
@@ -32,7 +32,6 @@ export default {
|
||||
],
|
||||
props: [
|
||||
"id",
|
||||
"widgetID",
|
||||
"config",
|
||||
"width",
|
||||
"height",
|
||||
@@ -190,7 +189,6 @@ export default {
|
||||
template: /*html*/ `
|
||||
<div
|
||||
v-if="!hidden || editMode"
|
||||
:id="widgetID"
|
||||
class="dashboard-item card overflow-hidden h-100 position-relative"
|
||||
:class="{'hidden-widget':hidden, [arguments?.className]:arguments && arguments.className}"
|
||||
>
|
||||
|
||||
@@ -245,7 +245,6 @@ export default {
|
||||
<dashboard-item
|
||||
v-else
|
||||
:id="item.widget"
|
||||
:widgetID="item.id"
|
||||
:width="item.w"
|
||||
:height="item.h"
|
||||
:item_data="{config:item.config, custom:item.custom, h:item.h, w:item.w,id:item.id,place:item.place,widget:item.widget,widgetid:item.widgetid,x:item.x,y:item.y}"
|
||||
|
||||
Reference in New Issue
Block a user