mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +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: {
|
||||
...this.config.ui,
|
||||
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,
|
||||
version,
|
||||
baseUriPath: this.config.server.baseUriPath,
|
||||
|
Loading…
Reference in New Issue
Block a user