DEV: Deprecate the user-dropdown header widget (#27118)

This commit is contained in:
Sérgio Saquetim
2024-05-21 19:51:42 -03:00
committed by GitHub
parent 1863ee52e9
commit 25060fbabd

View File

@@ -165,6 +165,7 @@ const DEPRECATED_HEADER_WIDGETS = [
"header-topic-info",
"header-notifications",
"home-logo",
"user-dropdown",
];
// This helper prevents us from applying the same `modifyClass` over and over in test mode.