diff --git a/src/shared/components/simple/gokb-embargo-type-field/gokb-embargo-type-field.vue b/src/shared/components/simple/gokb-embargo-type-field/gokb-embargo-type-field.vue index 0c3a05aa..b0ca1f57 100644 --- a/src/shared/components/simple/gokb-embargo-type-field/gokb-embargo-type-field.vue +++ b/src/shared/components/simple/gokb-embargo-type-field/gokb-embargo-type-field.vue @@ -17,7 +17,7 @@ }, }, created () { - this.items = [ + this.rawItems = [ { id: 'R', name: this.$i18n.t('component.tipp.embargo.type.rolling')