Skip to content

Commit ec06619

Browse files
fix: removing the action configurations
1 parent e904d9e commit ec06619

File tree

1 file changed

+0
-10
lines changed
  • shesha-reactjs/src/designer-components/dataTable/advancedFilterButton

1 file changed

+0
-10
lines changed

shesha-reactjs/src/designer-components/dataTable/advancedFilterButton/settingsForm.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ export const getSettings = (data: any) => {
9393
},
9494
],
9595
})
96-
.addSettingsInput({
97-
id: nanoid(),
98-
inputType: 'configurableActionConfigurator',
99-
propertyName: 'actionConfiguration',
100-
label: 'Action Configuration',
101-
hideLabel: true,
102-
parentId: commonTabId,
103-
validate: {},
104-
settingsValidationErrors: [],
105-
})
10696
.toJson(),
10797
],
10898
},

0 commit comments

Comments
 (0)