Skip to content

Commit

Permalink
remove legacy if:true by lwc:if (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminloerincz authored Feb 8, 2024
1 parent 4f24fc6 commit 6a7cd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="slds-form-element">
<label class="slds-form-element__label">Select a record</label>
<div class="slds-form-element__control slds-combobox-group">
<template if:true={showTargetSelector}>
<template lwc:if={showTargetSelector}>
<!-- Target selector -->
<lightning-combobox
data-id="targetSelector"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</lightning-record-picker>
</div>

<template if:true={contact}>
<template lwc:if={contact}>
<div class="slds-var-m-around_medium selectedRecordDetails">
<c-contact-tile
class="slds-show slds-is-relative"
Expand Down

0 comments on commit 6a7cd34

Please sign in to comment.