@salesforcedevs/dx-components 0.10.1-alpha.118 → 0.10.1-alpha.119
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
|
@@ -93,13 +93,13 @@ export default class SidebarSearch extends LightningElement {
|
|
|
93
93
|
|
|
94
94
|
this.updateRecentSearches();
|
|
95
95
|
this.value = getSidebarSearchParams() || "";
|
|
96
|
-
this.initializeUserSession();
|
|
97
96
|
}
|
|
98
97
|
|
|
99
98
|
renderedCallback() {
|
|
100
99
|
// in prod some of the attributes seem to arrive later, so I put this coveo startup flow here
|
|
101
100
|
if (this.hasCorrectCoveoConfig && !this.engine) {
|
|
102
101
|
console.log("coveo config is good");
|
|
102
|
+
this.initializeUserSession();
|
|
103
103
|
this.initializeCoveo();
|
|
104
104
|
} else if (!this.hasCorrectCoveoConfig) {
|
|
105
105
|
console.error(
|