mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fixes: creatinng general properties on version
This commit is contained in:
parent
2f45015ec2
commit
2f362ce0ce
1 changed files with 2 additions and 0 deletions
|
|
@ -533,6 +533,8 @@ export class AppsService {
|
|||
newComponent.properties = component.properties;
|
||||
newComponent.styles = component.styles;
|
||||
newComponent.validation = component.validation;
|
||||
newComponent.general = component.general;
|
||||
newComponent.generalStyles = component.generalStyles;
|
||||
newComponent.parent = component.parent ? parentId : null;
|
||||
newComponent.page = savedPage;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue