Browse Source

Update home-links-routing.module.ts

pull/10591/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
a4e5b940f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ui-ngx/src/app/modules/home/pages/home-links/home-links-routing.module.ts

1
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;
}
}
}

Loading…
Cancel
Save