Skip to content

Commit

Permalink
Fix logs title
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jan 22, 2025
1 parent 2d2427e commit 086af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/LogsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LogsPage = () => {
};

return (
<PageLayout menu={<ReportsMenu />} breadcrumbs={['reportTitle', 'statisticsTitle']}>
<PageLayout menu={<ReportsMenu />} breadcrumbs={['reportTitle', 'sharedLogs']}>
<Table>
<TableHead>
<TableRow>
Expand Down

0 comments on commit 086af79

Please sign in to comment.