mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +00:00
CE-1115 do not setPageHeader to null on modals
This commit is contained in:
@ -408,7 +408,10 @@ const RecordQuery = forwardRef(({table, usage, isModal, initialQueryFilter, init
|
||||
//////////////////////////////////////////////////////////////////
|
||||
// we use our own header - so clear out the context page header //
|
||||
//////////////////////////////////////////////////////////////////
|
||||
setPageHeader(null);
|
||||
if(!isModal)
|
||||
{
|
||||
setPageHeader(null);
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
// ole' faithful... //
|
||||
|
Reference in New Issue
Block a user