mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:46:54 +00:00
fix(client/menu-permisssions-page): fix menu-permisssions-page no data (#993)
This commit is contained in:
parent
b8d0ad8fbc
commit
67f3c84d27
@ -355,6 +355,7 @@ export const PMProvider = (props) => {
|
|||||||
type: 'route',
|
type: 'route',
|
||||||
path: '/admin/settings/:pluginName?/:tabName?',
|
path: '/admin/settings/:pluginName?/:tabName?',
|
||||||
component: SettingsCenter,
|
component: SettingsCenter,
|
||||||
|
uiSchemaUid: routes[1].uiSchemaUid,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user