Fix - hide toast pop up while changing theme

This commit is contained in:
lalitdeore12@gmail.com
2025-05-20 14:12:54 +05:30
parent 4942387bab
commit 3544562eea
-3
View File
@@ -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);
}}