chore: remove test toast

This commit is contained in:
Mehmet Salih Yavuz
2025-09-20 19:58:04 +03:00
parent ca1ad9282b
commit 80dd5f8e6d

View File

@@ -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 || {};