We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0eebb commit ab9ffa7Copy full SHA for ab9ffa7
force-app/main/default/lwc/lwcRelatedList/lwcRelatedList.js
@@ -26,11 +26,7 @@ const actions = [
26
{ label: 'Delete', name: 'delete' }
27
];
28
29
-import LightningDatatable from 'lightning/datatable';
30
-
31
-export default class LwcDatatable extends NavigationMixin(
32
- LightningElement(LightningDatatable)
33
-) {
+export default class LwcDatatable extends NavigationMixin(LightningElement) {
34
// Public Property
35
@api recordId;
36
@api iconName;
0 commit comments