Skip to content

Commit ba03833

Browse files
fake commit only to run CI
1 parent 99c3043 commit ba03833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<lightning-button label="New" title="Non-primary action" onclick={newRecord} class="slds-m-left_x-small"
77
slot="actions"></lightning-button>
88
</template>
9-
10-
<!-- custom buttons for list -->
9+
10+
<!-- custom buttons for list -->
1111
<template if:true={actionButtonsListNotEmpty}>
1212
<template for:each={actionButtonsList} for:item="actionButton" for:index="index">
1313
<lightning-button if:true={actionButton.callApex}
@@ -80,4 +80,4 @@
8080
onclick={lastPage} class="slds-m-left_xx-small slds-m-right_xx-small"></lightning-button>
8181
</div>
8282
</lightning-card>
83-
</template>
83+
</template>

0 commit comments

Comments
 (0)