1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Merge pull request #268 from mjashanks/master

bugfix: restoring design props to screenslot
This commit is contained in:
Michael Shanks 2020-05-29 09:50:17 +01:00 committed by GitHub
commit a4cc7bf3f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [],
},
{