1
0
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:
Fredrik Strand Oseberg 2021-05-04 21:43:14 +02:00 committed by GitHub
parent 48cad24bc7
commit 28b186150d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,