mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: remove toast info from bootstrap controller (#834)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
This commit is contained in:
parent
48cad24bc7
commit
28b186150d
@ -111,13 +111,6 @@ class BootstrapController extends Controller {
|
|||||||
uiConfig: {
|
uiConfig: {
|
||||||
...this.config.ui,
|
...this.config.ui,
|
||||||
authenticationType,
|
authenticationType,
|
||||||
toast: {
|
|
||||||
message:
|
|
||||||
'You have been upgraded to Unleash version 4. This release brings a number of important changes and may affect how you work with Unleash. In order to view the full scope of changes in this release, please follow the link below.',
|
|
||||||
id: 'v4-update',
|
|
||||||
severity: 'info',
|
|
||||||
link: 'https://docs.getunleash.io/link-to-v4-upgrade',
|
|
||||||
},
|
|
||||||
unleashUrl: this.config.server.unleashUrl,
|
unleashUrl: this.config.server.unleashUrl,
|
||||||
version,
|
version,
|
||||||
baseUriPath: this.config.server.baseUriPath,
|
baseUriPath: this.config.server.baseUriPath,
|
||||||
|
Loading…
Reference in New Issue
Block a user