mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixes: mobile view
This commit is contained in:
parent
ff46eea157
commit
f83d4bc1b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue