@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.cjs.js CHANGED
@@ -1452,7 +1452,7 @@ var List = function List(_ref) {
1452
1452
  })]
1453
1453
  }) : /*#__PURE__*/jsxRuntime.jsx("div", {
1454
1454
  className: "flex h-full w-full flex-grow items-center justify-center",
1455
- children: /*#__PURE__*/jsxRuntime.jsx(NoData__default["default"], _objectSpread$k({
1455
+ children: /*#__PURE__*/jsxRuntime.jsx(NoData__default["default"], _objectSpread$k(_objectSpread$k({
1456
1456
  title: t("neetoTeamMembers.helpers.emptyTable", {
1457
1457
  entity: initializers.taxonomies.group.plural
1458
1458
  })
@@ -1463,7 +1463,7 @@ var List = function List(_ref) {
1463
1463
  }),
1464
1464
  onClick: emptyStateAction
1465
1465
  }
1466
- }))
1466
+ }), config === null || config === void 0 ? void 0 : config.noDataProps))
1467
1467
  }), /*#__PURE__*/jsxRuntime.jsx(Edit, {
1468
1468
  config: config,
1469
1469
  groupId: editGroupDetail.groupId,
@@ -9274,7 +9274,7 @@ var TeamMembers = function TeamMembers(_ref) {
9274
9274
  setIsOpen: setIsOpen,
9275
9275
  searchProps: hasMembers ? searchProps : null
9276
9276
  }), /*#__PURE__*/jsxRuntime.jsx(SubHeader__default["default"], {
9277
- leftActionBlock: /*#__PURE__*/jsxRuntime.jsx(SubHeader.Left, {
9277
+ leftActionBlock: hasMembers && /*#__PURE__*/jsxRuntime.jsx(SubHeader.Left, {
9278
9278
  config: config,
9279
9279
  selectedRows: selectedRows,
9280
9280
  setSelectedRows: setSelectedRows,