fixes: mobile view

This commit is contained in:
arpitnath 2023-10-17 17:35:52 +05:30
parent ff46eea157
commit f83d4bc1b0

View file

@ -535,6 +535,7 @@ export class AppsService {
newComponent.validation = component.validation;
newComponent.general = component.general;
newComponent.generalStyles = component.generalStyles;
newComponent.displayPreferences = component.displayPreferences;
newComponent.parent = component.parent ? parentId : null;
newComponent.page = savedPage;