diff --git a/dist/bundle.js b/dist/bundle.js index 2901470ec..5a88f2457 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -83313,6 +83313,7 @@ BI.Segment = BI.inherit(BI.Widget, { this.buttonGroup = BI.createWidget({ element: this, type: "bi.button_group", + value: o.value, items: BI.createItems(o.items, { type: "bi.segment_button", height: o.height - 2, diff --git a/dist/case.js b/dist/case.js index 7e63992aa..288f1acc7 100644 --- a/dist/case.js +++ b/dist/case.js @@ -11373,6 +11373,7 @@ BI.Segment = BI.inherit(BI.Widget, { this.buttonGroup = BI.createWidget({ element: this, type: "bi.button_group", + value: o.value, items: BI.createItems(o.items, { type: "bi.segment_button", height: o.height - 2,