Skip to content

Commit

Permalink
Merge pull request #7245 from SalesforceFoundation/feature/252-bug-fixes
Browse files Browse the repository at this point in the history
Merge bug fix
  • Loading branch information
npsp-reedestockton authored Jul 30, 2024
2 parents 3b73354 + f98ea0d commit e36888a
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 e36888a

Please sign in to comment.