fix(ui) - audit trail page title
This commit is contained in:
parent
f716e8e5ac
commit
4edd3a6e4d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import { useObserver } from 'mobx-react-lite';
|
|||
import Select from 'Shared/Select';
|
||||
import SelectDateRange from 'Shared/SelectDateRange';
|
||||
import { numberWithCommas } from 'App/utils';
|
||||
import withPageTitle from 'HOCs/withPageTitle';
|
||||
|
||||
function AuditView() {
|
||||
const { auditStore } = useStore();
|
||||
|
|
@ -73,4 +74,4 @@ function AuditView() {
|
|||
));
|
||||
}
|
||||
|
||||
export default AuditView;
|
||||
export default withPageTitle('Audit Trail - OpenReplay Preferences')(AuditView);
|
||||
Loading…
Add table
Reference in a new issue