mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Booleans on query; getProcessSummaryListItemForTableRecordLink; better location-change on entity-view; better singular/plural words in processes
This commit is contained in:
@ -88,6 +88,13 @@ function ViewContents({id, table}: Props): JSX.Element
|
||||
useEffect(() =>
|
||||
{
|
||||
setAsyncLoadInited(false);
|
||||
setTableMetaData(null)
|
||||
setRecord(null)
|
||||
setT1SectionElement(null)
|
||||
setNonT1TableSections([])
|
||||
setTableProcesses([])
|
||||
setTableSections(null)
|
||||
setWidgets(null)
|
||||
}, [location]);
|
||||
|
||||
if (!asyncLoadInited)
|
||||
|
Reference in New Issue
Block a user