Revert "fix: template block linkage and association data load failed"
This reverts commit 44c6d89e54
.
This commit is contained in:
parent
a2f2f9435f
commit
92f31ef92a
@ -73,7 +73,7 @@ export const SchemaComponentProvider: React.FC<ISchemaComponentProvider> = (prop
|
||||
);
|
||||
|
||||
return (
|
||||
<SchemaComponentContext.Provider value={{ ...schemaComponentContextValue }}>
|
||||
<SchemaComponentContext.Provider value={schemaComponentContextValue}>
|
||||
<FormProvider form={form}>
|
||||
<SchemaComponentOptions inherit scope={scope} components={components}>
|
||||
{children}
|
||||
|
Loading…
Reference in New Issue
Block a user