Skip to content

Commit d23c38f

Browse files
authored
Merge pull request #3469 from Tshepo1103-lab/tshepo/en/filter
fix: removing the action configurations
2 parents 8c28459 + ec06619 commit d23c38f

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)