Исправлена ошибка перехода на страницы документов

This commit is contained in:
Александр Сироткин 2021-12-28 14:44:15 +05:00
parent 613b5b232a
commit e533d48179

View File

@ -65,7 +65,7 @@ export default function Well() {
icon={<FolderOutlined />}
selectable={true}
>
{makeMenuItems(rootPath)}
{makeMenuItems(`${rootPath}/document`)}
</SubMenu>
<PrivateMenuItem key={'measure'} icon={<ExperimentOutlined />}>
<Link to={`${rootPath}/measure`}>Измерения</Link>