@salesforcedevs/dx-components 0.10.1-alpha.93 → 0.10.1-alpha.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4158,7 +4158,7 @@ export default class SidebarSearch extends LightningElement {
|
|
|
4158
4158
|
private resultsPerPage: ResultsPerPage | null = null;
|
|
4159
4159
|
private preloadedState: object = tempPreloadedState;
|
|
4160
4160
|
private searchBox: SearchBox | null = null;
|
|
4161
|
-
private value?: string =
|
|
4161
|
+
private value?: string = '';
|
|
4162
4162
|
private engine: SearchEngine | null = null;
|
|
4163
4163
|
private loadCount: number = 0;
|
|
4164
4164
|
|