ordering-ui-admin-external 1.22.2 → 1.22.3

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.
@@ -29,6 +29,7 @@ var OrdersDashboardList = function OrdersDashboardList(props) {
29
29
  isSearchByCustomerEmail: true,
30
30
  isSearchByCustomerPhone: true,
31
31
  isSearchByBusinessName: true,
32
+ isSearchByDriverName: true,
32
33
  driverId: props.driverId
33
34
  });
34
35
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, isMessagesView ? /*#__PURE__*/_react.default.createElement(_orderingComponentsAdminExternal.DashboardOrdersList, _extends({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-admin-external",
3
- "version": "1.22.2",
3
+ "version": "1.22.3",
4
4
  "description": "Ordering UI Admin Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -83,7 +83,7 @@
83
83
  "lodash": "^4.17.20",
84
84
  "moment": "^2.29.1",
85
85
  "moment-range": "^4.0.2",
86
- "ordering-components-admin-external": "1.22.0",
86
+ "ordering-components-admin-external": "1.22.1",
87
87
  "polished": "^3.6.7",
88
88
  "prop-types": "^15.7.2",
89
89
  "react-big-calendar": "^1.4.2",
@@ -22,6 +22,7 @@ export const OrdersDashboardList = (props) => {
22
22
  isSearchByCustomerEmail: true,
23
23
  isSearchByCustomerPhone: true,
24
24
  isSearchByBusinessName: true,
25
+ isSearchByDriverName: true,
25
26
  driverId: props.driverId
26
27
  }
27
28