mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-23 17:49:49 +08:00
fix(ModuleWidget): fix bug with wrong ModuleWidget property
This commit is contained in:
parent
ce033713b0
commit
09b6c4ba0c
@ -103,7 +103,7 @@ export const ModuleWidget: React.FC<WidgetProps<ModuleWidgetType>> = props => {
|
||||
title: 'Module Properties',
|
||||
}}
|
||||
path={[]}
|
||||
value={{ ...module.metadata.exampleProperties, ...value?.properties }}
|
||||
value={value?.properties}
|
||||
level={1}
|
||||
services={services}
|
||||
onChange={v => {
|
||||
|
Loading…
Reference in New Issue
Block a user