From 28b186150dc4da220edc90cc2d2f296aab9a9cae Mon Sep 17 00:00:00 2001 From: Fredrik Strand Oseberg Date: Tue, 4 May 2021 21:43:14 +0200 Subject: [PATCH] fix: remove toast info from bootstrap controller (#834) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivar Conradi Ă˜sthus --- src/lib/routes/admin-api/bootstrap-controller.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/routes/admin-api/bootstrap-controller.ts b/src/lib/routes/admin-api/bootstrap-controller.ts index c3a766cc97..065a91302f 100644 --- a/src/lib/routes/admin-api/bootstrap-controller.ts +++ b/src/lib/routes/admin-api/bootstrap-controller.ts @@ -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,