From 80dd5f8e6ddebf0f45271ea1b04d2ae3454e590d Mon Sep 17 00:00:00 2001 From: Mehmet Salih Yavuz Date: Sat, 20 Sep 2025 19:58:04 +0300 Subject: [PATCH] chore: remove test toast --- superset-frontend/src/pages/ThemeList/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/superset-frontend/src/pages/ThemeList/index.tsx b/superset-frontend/src/pages/ThemeList/index.tsx index aca92db0e6a..8c570f46cf5 100644 --- a/superset-frontend/src/pages/ThemeList/index.tsx +++ b/superset-frontend/src/pages/ThemeList/index.tsx @@ -119,9 +119,6 @@ function ThemesList({ const canImport = hasPerm('can_write'); const canApply = hasPerm('can_write'); // Only users with write permission can apply themes - addDangerToast('TEST DANGER TOAST'); - addSuccessToast('TEST SUCCESS TOAST'); - // Get theme settings from bootstrap data const bootstrapData = getBootstrapData(); const themeData = bootstrapData?.common?.theme || {};