diff --git a/src/components/mobile/TwoColumnListItemSelectionSheet.vue b/src/components/mobile/TwoColumnListItemSelectionSheet.vue index 4e2563af..240616fb 100644 --- a/src/components/mobile/TwoColumnListItemSelectionSheet.vue +++ b/src/components/mobile/TwoColumnListItemSelectionSheet.vue @@ -89,7 +89,7 @@ export default { const self = this; return { - currentPrimaryValue: null, + currentPrimaryValue: self.getPrimaryValueBySecondaryValue(self.value), currentSecondaryValue: self.value } },