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 />}
|
icon={<FolderOutlined />}
|
||||||
selectable={true}
|
selectable={true}
|
||||||
>
|
>
|
||||||
{makeMenuItems(rootPath)}
|
{makeMenuItems(`${rootPath}/document`)}
|
||||||
</SubMenu>
|
</SubMenu>
|
||||||
<PrivateMenuItem key={'measure'} icon={<ExperimentOutlined />}>
|
<PrivateMenuItem key={'measure'} icon={<ExperimentOutlined />}>
|
||||||
<Link to={`${rootPath}/measure`}>Измерения</Link>
|
<Link to={`${rootPath}/measure`}>Измерения</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user