mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
#325 [profile] custom opinions - fix
This commit is contained in:
parent
218fdcf7c4
commit
af50cf41f9
@ -97,7 +97,7 @@
|
||||
<T>profile.opinions.header</T>
|
||||
</h3>
|
||||
<LegendOpinionListInput v-model="defaultOpinions" readonly class="mb-0"/>
|
||||
<LegendOpinionListInput v-model="opinions" maxlength="5"/>
|
||||
<LegendOpinionListInput v-model="opinions" :maxlength="5"/>
|
||||
</section>
|
||||
|
||||
<section class="form-group">
|
||||
@ -360,7 +360,7 @@
|
||||
credentials: [],
|
||||
credentialsLevel: null,
|
||||
credentialsName: null,
|
||||
opinions: {},
|
||||
opinions: [],
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user