Revert "fix: template block linkage and association data load failed"

This reverts commit 44c6d89e54.
This commit is contained in:
sealday 2024-03-29 18:48:45 +08:00
parent a2f2f9435f
commit 92f31ef92a

View File

@ -73,7 +73,7 @@ export const SchemaComponentProvider: React.FC<ISchemaComponentProvider> = (prop
); );
return ( return (
<SchemaComponentContext.Provider value={{ ...schemaComponentContextValue }}> <SchemaComponentContext.Provider value={schemaComponentContextValue}>
<FormProvider form={form}> <FormProvider form={form}>
<SchemaComponentOptions inherit scope={scope} components={components}> <SchemaComponentOptions inherit scope={scope} components={components}>
{children} {children}