Fix validator selected issue

This commit is contained in:
liangping 2021-09-15 20:16:10 +08:00
parent caf23b4e93
commit d137f6dec9

View File

@ -35,7 +35,7 @@
label-for="validator" label-for="validator"
> >
<v-select <v-select
v-model="selectedValidator" :value="validatorAddress"
:options="valOptions" :options="valOptions"
:reduce="val => val.value" :reduce="val => val.value"
placeholder="Select a validator" placeholder="Select a validator"