Dot-menu css; add help menu; make 'a' always open audit on recordView

This commit is contained in:
2023-07-06 12:05:18 -05:00
parent 6b44742cb5
commit a42cabd903
3 changed files with 107 additions and 33 deletions

View File

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