mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 05:40:44 +00:00
SPRINT-12: implemented html widget, bug fix
This commit is contained in:
@ -47,7 +47,7 @@ function QRecordSidebar({tableSections, widgetNames, light}: Props): JSX.Element
|
||||
// insert widgets after identity (first) table section //
|
||||
/////////////////////////////////////////////////////////
|
||||
const sidebarEntries = [] as SidebarEntry[];
|
||||
tableSections.forEach((section, index) =>
|
||||
tableSections && tableSections.forEach((section, index) =>
|
||||
{
|
||||
if (index === 1 && widgetNames)
|
||||
{
|
||||
|
Reference in New Issue
Block a user