mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: update FlowModelRenderer in Grid component to specify showFlowSettings
This commit is contained in:
parent
4f228b2f26
commit
da98492008
@ -18,7 +18,7 @@ function Grid({ items }) {
|
||||
{items.map((item) => {
|
||||
return (
|
||||
<div key={item.uid} style={{ marginBottom: 16 }}>
|
||||
<FlowModelRenderer model={item} key={item.uid} showFlowSettings />
|
||||
<FlowModelRenderer model={item} key={item.uid} showFlowSettings={{ showBackground: false }} />
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
Loading…
x
Reference in New Issue
Block a user