Fixes value not updating on form init

This commit is contained in:
Alicia Sykes 2021-10-19 21:57:51 +01:00
parent 37e49ae240
commit cd40bb192f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
}, },
created() { created() {
if (this.initialOption) { if (this.initialOption) {
this.selectedRadio = this.initialOption; this.updateValue(this.initialOption);
} }
}, },
computed: { computed: {