Do not Object.create LADTable component

This commit is contained in:
Andrew Henry 2023-08-24 15:28:08 -07:00
parent cfdc6d7f20
commit 22962452e3

View File

@ -40,7 +40,7 @@ export default class LADTableView {
{
el: element,
components: {
LadTable: Object.create(LadTable)
LadTable
},
provide: {
openmct: this.openmct,