We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05c37a9 + 3a8aa06 commit 3b2c063Copy full SHA for 3b2c063
shesha-reactjs/src/designer-components/dataList/dataListComponent.tsx
@@ -54,6 +54,7 @@ const DataListComponent: IToolboxComponent<IDataListComponentProps> = {
54
onNewListItemInitialize: migrateFormApi.full(prev.onNewListItemInitialize),
55
onListItemSave: migrateFormApi.full(prev.onListItemSave)
56
}))
57
+ .add<IDataListComponentProps>(8, prev => ({...prev, showEditIcons: true}))
58
,
59
settingsFormFactory: (props) => (<DataListSettingsForm {...props} />),
60
};
0 commit comments