mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -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>
|
<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: [],
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user