@geogirafe/lib-geoportal 1.0.2216096503 → 1.0.2217896135
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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.0.
|
|
1
|
+
{"version":"1.0.2217896135", "build":"2217896135", "date":"16/12/2025"}
|
|
@@ -25,7 +25,7 @@ export default class OnBoardingManager extends GirafeSingleton {
|
|
|
25
25
|
progressText: this.context.i18nManager.getTranslation('onboarding-progress-text')
|
|
26
26
|
});
|
|
27
27
|
const steps = [];
|
|
28
|
-
for (const stepConfig of this.config.onboarding.steps) {
|
|
28
|
+
for (const stepConfig of this.config.onboarding.steps ?? []) {
|
|
29
29
|
let element;
|
|
30
30
|
if (stepConfig.component) {
|
|
31
31
|
// @ts-expect-error getChildElement is protected, but we do not want to make it public,
|