Skip to content

Commit 7a8c4cd

Browse files
authored
Merge pull request #3908 from teboho/teboho/remove-hidden-on-validation-errors
remove unused settings input row from getSettings function in settingsForm.ts
2 parents ad0c86a + d65689f commit 7a8c4cd

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

shesha-reactjs/src/designer-components/validationErrors/settingsForm.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@ export const getSettings = (data: any) => {
5959
},
6060
],
6161
})
62-
.addSettingsInputRow({
63-
id: nanoid(),
64-
parentId: commonTabId,
65-
inputs: [
66-
{
67-
type: 'switch',
68-
id: nanoid(),
69-
propertyName: 'hidden',
70-
label: 'Hide',
71-
jsSetting: true,
72-
layout: 'horizontal',
73-
},
74-
],
75-
})
7662
.toJson(),
7763
],
7864
},

0 commit comments

Comments
 (0)