diff --git a/bundles/org.openhab.ui/web/src/components/item/group-form.vue b/bundles/org.openhab.ui/web/src/components/item/group-form.vue index 5c72c45b96..ca541376cb 100644 --- a/bundles/org.openhab.ui/web/src/components/item/group-form.vue +++ b/bundles/org.openhab.ui/web/src/components/item/group-form.vue @@ -29,8 +29,8 @@ label="State Description Pattern" type="text" :info="(createMode) ? 'Pattern or transformation applied to the state for display purposes. Only saved if you change the pre-filled default value.' : ''" - :value="getStateDescription()" - @input="item.stateDescriptionPattern = $event.target.value" :clear-button:="editable" /> + :value="stateDescriptionPattern" + @input="stateDescriptionPattern = $event.target.value" :clear-button:="editable" />