mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 22:00:45 +00:00
Dot-menu css; add help menu; make 'a' always open audit on recordView
This commit is contained in:
@ -190,7 +190,7 @@ function RecordView({table, launchProcess}: Props): JSX.Element
|
||||
{
|
||||
document.removeEventListener("keydown", down)
|
||||
}
|
||||
}, [dotMenuOpen, showEditChildForm, showAudit])
|
||||
}, [dotMenuOpen, showEditChildForm, showAudit, metaData])
|
||||
|
||||
const gotoCreate = () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user