Skip to content

Commit ab9ffa7

Browse files
committed
removed LightningElement(LightningDatatable) #184
1 parent dd0eebb commit ab9ffa7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

force-app/main/default/lwc/lwcRelatedList/lwcRelatedList.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ const actions = [
2626
{ label: 'Delete', name: 'delete' }
2727
];
2828

29-
import LightningDatatable from 'lightning/datatable';
30-
31-
export default class LwcDatatable extends NavigationMixin(
32-
LightningElement(LightningDatatable)
33-
) {
29+
export default class LwcDatatable extends NavigationMixin(LightningElement) {
3430
// Public Property
3531
@api recordId;
3632
@api iconName;

0 commit comments

Comments
 (0)