mirror of
https://github.com/apache/superset.git
synced 2026-06-02 14:19:21 +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>,
|
||||
|
||||
Reference in New Issue
Block a user