Fix, don't push record-view/process urls into history

This commit is contained in:
2024-05-14 22:28:25 -05:00
parent f5919c66ab
commit 16a08cfd42

View File

@ -535,7 +535,7 @@ function RecordView({table, record: overrideRecord, launchProcess}: Props): JSX.
setPageHeader(record.recordLabel);
if (!launchingProcess)
if (!launchingProcess && !activeModalProcess)
{
try
{