mirror of https://github.com/Lissy93/dashy.git
⚡ Fixes value not updating on form init
This commit is contained in:
parent
37e49ae240
commit
cd40bb192f
|
@ -37,7 +37,7 @@ export default {
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if (this.initialOption) {
|
if (this.initialOption) {
|
||||||
this.selectedRadio = this.initialOption;
|
this.updateValue(this.initialOption);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Reference in New Issue