fix: template block linkage and association data load failed

This commit is contained in:
sealday 2024-03-10 04:20:59 +08:00
parent afc79d633f
commit 44c6d89e54

View File

@ -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}