#325 [profile] custom opinions - fix

This commit is contained in:
Andrea Vos 2022-10-11 19:37:22 +02:00
parent 218fdcf7c4
commit af50cf41f9

View File

@ -97,7 +97,7 @@
<T>profile.opinions.header</T> <T>profile.opinions.header</T>
</h3> </h3>
<LegendOpinionListInput v-model="defaultOpinions" readonly class="mb-0"/> <LegendOpinionListInput v-model="defaultOpinions" readonly class="mb-0"/>
<LegendOpinionListInput v-model="opinions" maxlength="5"/> <LegendOpinionListInput v-model="opinions" :maxlength="5"/>
</section> </section>
<section class="form-group"> <section class="form-group">
@ -360,7 +360,7 @@
credentials: [], credentials: [],
credentialsLevel: null, credentialsLevel: null,
credentialsName: null, credentialsName: null,
opinions: {}, opinions: [],
}; };
}; };