forked from ddrilling/asb_cloud_front
Исправлена ошибка перехода на страницы документов
This commit is contained in:
parent
613b5b232a
commit
e533d48179
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user