amis 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2050,7 +2050,6 @@ export default class CRUD extends React.Component<CRUDProps, any> {
2050
2050
  'Crud-filter',
2051
2051
  filter.panelClassName || 'Panel--default'
2052
2052
  ),
2053
- api: undefined,
2054
2053
  data: store.filterData,
2055
2054
  onReset: this.handleFilterReset,
2056
2055
  onSubmit: this.handleFilterSubmit,