Merge remote-tracking branch 'origin/feature/deploy-test-jar'

This commit is contained in:
2023-09-22 10:35:05 -05:00
10 changed files with 349 additions and 13 deletions

View File

@ -193,7 +193,7 @@ function RecordView({table, launchProcess}: Props): JSX.Element
{
document.removeEventListener("keydown", down)
}
}, [dotMenuOpen, keyboardHelpOpen, showEditChildForm, showAudit, metaData])
}, [dotMenuOpen, keyboardHelpOpen, showEditChildForm, showAudit, metaData, location])
const gotoCreate = () =>
{