Skip to content

Commit

Permalink
Merge e36888a into feature/238
Browse files Browse the repository at this point in the history
  • Loading branch information
salesforce-org-metaci[bot] authored Jul 30, 2024
2 parents d2eb6cf + e36888a commit 5c04800
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
</button>

<h2 id="modal-heading-01" class="slds-text-heading_medium slds-hyphenate">
<tempate if:true={isModalModeNew}>
<template if:true={isModalModeNew}>
{customLabels.stgBtnNew}
</tempate>
<tempate if:false={isModalModeNew}>
</template>
<template if:false={isModalModeNew}>
{customLabels.stgBtnEdit}
</tempate>
</template>
&nbsp;{objectMapping.MasterLabel} {customLabels.bdiFieldMapping}
</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ <h2 class="slds-text-heading_small slds-text-heading_small_extension slds-m-bott
<div class="slds-size_1-of-1 slds-m-bottom_small">
<div class="slds-grid slds-wrap">
<div class="slds-size_1-of-1 slds-m-top_x-small">
<tempate if:true={isLoading}>
<template if:true={isLoading}>
<lightning-spinner></lightning-spinner>
</tempate>
</template>
<lightning-datatable
key-field="id"
data={objectMappings}
Expand Down

0 comments on commit 5c04800

Please sign in to comment.