@factoringplus/pl-components-pack-v3 1.1.3 → 1.1.4

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.
@@ -29282,7 +29282,7 @@ const gH = { id: "form-select" }, vH = { class: "pl-tooltip-svg" }, hH = ["src"]
29282
29282
  u.composed && u.stopImmediatePropagation();
29283
29283
  }, i = C(() => {
29284
29284
  var u, c;
29285
- return (u = n.modelValue) != null && u.value ? `${(c = n.modelValue) == null ? void 0 : c.label} ${n.showDescription}`.trim() : "";
29285
+ return (u = n.modelValue) != null && u.value ? `${(c = n.modelValue) == null ? void 0 : c.label} ${n.showDescription ? n.showDescription : ""}`.trim() : "";
29286
29286
  });
29287
29287
  return (u, c) => {
29288
29288
  const d = Qt;