We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c3043 commit ba03833Copy full SHA for ba03833
force-app/main/default/lwc/lwcRelatedList/lwcRelatedList.html
@@ -6,8 +6,8 @@
6
<lightning-button label="New" title="Non-primary action" onclick={newRecord} class="slds-m-left_x-small"
7
slot="actions"></lightning-button>
8
</template>
9
-
10
- <!-- custom buttons for list -->
+
+ <!-- custom buttons for list -->
11
<template if:true={actionButtonsListNotEmpty}>
12
<template for:each={actionButtonsList} for:item="actionButton" for:index="index">
13
<lightning-button if:true={actionButton.callApex}
@@ -80,4 +80,4 @@
80
onclick={lastPage} class="slds-m-left_xx-small slds-m-right_xx-small"></lightning-button>
81
</div>
82
</lightning-card>
83
-</template>
+</template>
0 commit comments