sales-frontend-components 0.0.165 → 0.0.167

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
@@ -2293,7 +2293,7 @@ function EmployeeSearchResult({ filteredEmployees, onEmployeeSelect }) {
2293
2293
  /* @__PURE__ */ jsxRuntime.jsx("td", { children: employee.employeeNumber }),
2294
2294
  /* @__PURE__ */ jsxRuntime.jsx("td", { children: employee.employeeName }),
2295
2295
  /* @__PURE__ */ jsxRuntime.jsx("td", { children: employee.organizationName }),
2296
- /* @__PURE__ */ jsxRuntime.jsx("td", { children: employee.employeeDivisionCode })
2296
+ /* @__PURE__ */ jsxRuntime.jsx("td", { children: employee.employeeDivisionCodeName })
2297
2297
  ] }) });
2298
2298
  }) })
2299
2299
  ] }) : /* @__PURE__ */ jsxRuntime.jsxs(salesFrontendDesignSystem.Table, { variant: "horizontal", children: [