@addsign/moje-agenda-shared-lib 1.0.10 → 1.0.11

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.
@@ -197,7 +197,11 @@ function PositionsSelectorSingle({
197
197
  },
198
198
  type: "text",
199
199
  disabled: true,
200
- value: selectedPositionEmployee ? getFullName(selectedPositionEmployee == null ? void 0 : selectedPositionEmployee.employee, true) : ""
200
+ value: selectedPositionEmployee ? getFullName(
201
+ selectedPositionEmployee == null ? void 0 : selectedPositionEmployee.employee,
202
+ true,
203
+ false
204
+ ) : ""
201
205
  }
202
206
  ),
203
207
  selectedPositionEmployee && /* @__PURE__ */ jsxs("div", { className: "flex justify-end space-x-5 mt-auto ml-5", children: [