Browse Source
Update home-links-routing.module.ts
pull/10591/head
Igor Kulikov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
ui-ngx/src/app/modules/home/pages/home-links/home-links-routing.module.ts
|
|
|
@ -89,6 +89,7 @@ const applySystemParametersToHomeDashboard = (store: Store<AppState>, |
|
|
|
dashboard.configuration.widgets[widgetId].config.settings.markdownTextFunction = |
|
|
|
(dashboard.configuration.widgets[widgetId].config.settings.markdownTextFunction as string) |
|
|
|
.replace('\'${mobileQrEnabled}\'', String(true)); |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|