From 816c793ae3d0e9df1a0ed1852627074d4fe87268 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:56:37 +0100 Subject: [PATCH] Update index.tsx --- frontend/src/pages/org/[id]/overview/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/org/[id]/overview/index.tsx b/frontend/src/pages/org/[id]/overview/index.tsx index 10d0924f3..8a703b3dc 100644 --- a/frontend/src/pages/org/[id]/overview/index.tsx +++ b/frontend/src/pages/org/[id]/overview/index.tsx @@ -523,7 +523,6 @@ const OrganizationPage = withPermission( // eslint-disable-next-line no-promise-executor-return -- We do this because the function returns too fast, which sometimes causes an error when the user is redirected. await new Promise((resolve) => setTimeout(resolve, 2_000)); - createNotification({ text: "Workspace created", type: "success" }); handlePopUpClose("addNewWs"); createNotification({ text: "Workspace created", type: "success" }); router.push(`/project/${newProjectId}/secrets/overview`);