Browse Source
Merge pull request #268 from mjashanks/master
bugfix: restoring design props to screenslot
pull/270/head
Michael Shanks
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
packages/builder/src/components/userInterface/temporaryPanelStructure.js
|
|
|
@ -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: [], |
|
|
|
}, |
|
|
|
{ |
|
|
|
|