bugfix: restoring design props to screenslot
This commit is contained in:
parent
a7e68e9e96
commit
4a6a06b532
|
@ -295,7 +295,8 @@ export default {
|
|||
description:
|
||||
"This component is a placeholder for the rendering of a screen within a page.",
|
||||
icon: "ri-crop-2-fill",
|
||||
commonProps: { design: { ...all } },
|
||||
properties: { design: { ...all } },
|
||||
commonProps: {},
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue