File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Data Fetcher/force-app/main/default/lwc/dataFetcher Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22 @description :
33 @author : Josh Dayment
44 @group :
5- @last modified on : 07-05-2023
5+ @last modified on : 02-16-2024
66 @last modified by : Josh Dayment
77-->
88< template >
9- < template if:true ={error} >
9+ < template lwc:if ={error} >
1010 The Data Fetcher screen component on this screen is reporting the following Error: {error}
1111 </ template >
1212 < span hidden > < lightning-formatted-text value ={queryString} onchange ={handleOnChange} > </ lightning-formatted-text > </ span >
1313 < span hidden > < lightning-formatted-text value ={aggQueryString} onchange ={handleOnChange} > </ lightning-formatted-text > </ span >
14+ < span hidden > < lightning-formatted-text value ={searchString} onchange ={handleOnChange} > </ lightning-formatted-text > </ span >
1415</ template >
You can’t perform that action at this time.
0 commit comments