mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
SPRINT-21: added omitReloadWidgetCallback option to parent widget data
This commit is contained in:
@ -174,8 +174,8 @@ function DashboardWidgets({widgetMetaDataList, tableName, entityPrimaryKey, omit
|
||||
widgetIndex={i}
|
||||
widgetMetaData={widgetMetaData}
|
||||
data={widgetData[i]}
|
||||
reloadWidgetCallback={() =>
|
||||
{}}
|
||||
reloadWidgetCallback={widgetData[i].omitReloadWidgetCallback ? () =>
|
||||
{} : reloadWidget}
|
||||
storeDropdownSelections={widgetMetaData.storeDropdownSelections}
|
||||
/>
|
||||
)
|
||||
|
Reference in New Issue
Block a user