mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: remove test toast
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user