diff --git a/superset-frontend/src/views/components/Menu.tsx b/superset-frontend/src/views/components/Menu.tsx
index 15b88188a9f..068cad8e363 100644
--- a/superset-frontend/src/views/components/Menu.tsx
+++ b/superset-frontend/src/views/components/Menu.tsx
@@ -242,7 +242,7 @@ export function Menu({
icon={showMenu === 'inline' ? <>> : }
>
{childs?.map((child: MenuObjectChildProps | string, index1: number) => {
- if (typeof child === 'string' && child === '-') {
+ if (typeof child === 'string' && child === '-' && label !== 'Data') {
return ;
}
if (typeof child !== 'string') {