mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
fix: useTruncation infinite loop, reenable dashboard cross links on ChartList (#27701)
This commit is contained in:
committed by
GitHub
parent
4ecfce98f6
commit
ae0f2ce3c1
@@ -30,7 +30,7 @@ const asyncRender = (numberOfItems: number) =>
|
||||
}
|
||||
render(
|
||||
<Menu openKeys={['menu']}>
|
||||
<Menu.SubMenu title="Dashboards added to" key="menu">
|
||||
<Menu.SubMenu title="On dashboards" key="menu">
|
||||
<DashboardItems key="menu" dashboards={dashboards} />
|
||||
</Menu.SubMenu>
|
||||
</Menu>,
|
||||
|
||||
@@ -310,7 +310,7 @@ export const useExploreAdditionalActionsMenu = (
|
||||
</Menu.Item>
|
||||
)}
|
||||
<Menu.SubMenu
|
||||
title={t('Dashboards added to')}
|
||||
title={t('On dashboards')}
|
||||
key={MENU_KEYS.DASHBOARDS_ADDED_TO}
|
||||
>
|
||||
<DashboardsSubMenu
|
||||
|
||||
Reference in New Issue
Block a user