Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-11-18 12:52:31 +00:00
commit 113fe45130

View File

@ -266,7 +266,7 @@ export const ACLCollectionProvider = (props) => {
return props.children; return props.children;
} }
if (!actionPath) { if (!actionPath) {
return props.children; return <ACLActionParamsContext.Provider value={{}}>{props.children}</ACLActionParamsContext.Provider>;
} }
if (!params) { if (!params) {