CE-1115 do not setPageHeader to null on modals

This commit is contained in:
2024-04-18 09:59:28 -05:00
parent 47cf625c7c
commit 387aad8087

View File

@ -408,7 +408,10 @@ const RecordQuery = forwardRef(({table, usage, isModal, initialQueryFilter, init
//////////////////////////////////////////////////////////////////
// we use our own header - so clear out the context page header //
//////////////////////////////////////////////////////////////////
if(!isModal)
{
setPageHeader(null);
}
//////////////////////
// ole' faithful... //