From 3544562eea6e4150a389424fa4159675c1059ff1 Mon Sep 17 00:00:00 2001 From: "lalitdeore12@gmail.com" Date: Tue, 20 May 2025 14:12:54 +0530 Subject: [PATCH] Fix - hide toast pop up while changing theme --- frontend/src/components/Branding.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/Branding.jsx b/frontend/src/components/Branding.jsx index 649c509a..92e434e5 100644 --- a/frontend/src/components/Branding.jsx +++ b/frontend/src/components/Branding.jsx @@ -414,9 +414,6 @@ const Branding = (props) => { if (changingTheme === true) { return } - - - toast.info("Changing theme to " + newTheme + ". Please wait a moment.") setChangingTheme(true) handleEditOrg(newTheme); }}