added missing path

This commit is contained in:
SrGooglo 2023-08-20 23:00:38 +00:00
parent eda6765002
commit 597baa0e06

View File

@ -52,6 +52,7 @@ const generateTopItems = (extra = []) => {
return {
id: item.id,
key: item.id,
path: item.path,
icon: createIconRender(item.icon),
label: <Translation>
{t => t(item.title ?? item.id)}