File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
expression-src/main/editor/lwc/miniEditor Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "packageId" : " 04tRb0000034Z5VIAU " ,
2+ "packageId" : " 04tRb0000034eMvIAI " ,
33 "componentPackageId" : " 04tRb0000012Mv8IAE"
44}
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ export default class MiniEditor extends LightningElement {
3737 } ) ;
3838
3939 function filter ( expression ) {
40+ if ( ! expression ) {
41+ return data ;
42+ }
43+
4044 const rightmostWord = expression . split ( " " ) . pop ( ) ?? expression ;
4145 const filteredData = data
4246 . map ( ( category ) => {
Original file line number Diff line number Diff line change 33 {
44 "path" : " expression-src" ,
55 "package" : " Expression" ,
6- "versionName" : " Version 1.26 " ,
7- "versionNumber" : " 1.26 .0.NEXT" ,
6+ "versionName" : " Version 1.27 " ,
7+ "versionNumber" : " 1.27 .0.NEXT" ,
88 "default" : false ,
99 "versionDescription" : " Expression core language" ,
1010 "ancestorVersion" : " HIGHEST"
5555 "Expression@1.23.0-4" : " 04tRb000002tZ8rIAE" ,
5656 "Expression@1.24.0-2" : " 04tRb000002yfDdIAI" ,
5757 "Expression@1.25.0-2" : " 04tRb0000034Z5VIAU" ,
58- "Expression@1.26.0-2" : " 04tRb0000034ahVIAQ"
58+ "Expression@1.26.0-2" : " 04tRb0000034ahVIAQ" ,
59+ "Expression@1.27.0-2" : " 04tRb0000034eMvIAI"
5960 }
6061}
You can’t perform that action at this time.
0 commit comments