@bigbinary/neeto-team-members-frontend 4.1.1 → 4.1.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.
package/dist/index.js CHANGED
@@ -1377,7 +1377,7 @@ var List = function List(_ref) {
1377
1377
  })]
1378
1378
  }) : /*#__PURE__*/jsx("div", {
1379
1379
  className: "flex h-full w-full flex-grow items-center justify-center",
1380
- children: /*#__PURE__*/jsx(NoData, _objectSpread$k({
1380
+ children: /*#__PURE__*/jsx(NoData, _objectSpread$k(_objectSpread$k({
1381
1381
  title: t("neetoTeamMembers.helpers.emptyTable", {
1382
1382
  entity: taxonomies.group.plural
1383
1383
  })
@@ -1388,7 +1388,7 @@ var List = function List(_ref) {
1388
1388
  }),
1389
1389
  onClick: emptyStateAction
1390
1390
  }
1391
- }))
1391
+ }), config === null || config === void 0 ? void 0 : config.noDataProps))
1392
1392
  }), /*#__PURE__*/jsx(Edit, {
1393
1393
  config: config,
1394
1394
  groupId: editGroupDetail.groupId,
@@ -9199,7 +9199,7 @@ var TeamMembers = function TeamMembers(_ref) {
9199
9199
  setIsOpen: setIsOpen,
9200
9200
  searchProps: hasMembers ? searchProps : null
9201
9201
  }), /*#__PURE__*/jsx(SubHeader$1, {
9202
- leftActionBlock: /*#__PURE__*/jsx(SubHeader.Left, {
9202
+ leftActionBlock: hasMembers && /*#__PURE__*/jsx(SubHeader.Left, {
9203
9203
  config: config,
9204
9204
  selectedRows: selectedRows,
9205
9205
  setSelectedRows: setSelectedRows,