1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Select language for server and per user

This commit is contained in:
Harvey Kandola 2022-03-21 12:43:45 -04:00
parent 4494ace0a2
commit e81cbad385
5 changed files with 18 additions and 16 deletions

View file

@ -7,6 +7,6 @@
{{#each content key="@identity" as |item|}}
<option value={{read-path item optionValuePath}} selected={{is-equal item selection}}>
{{read-path item optionLabelPath}}
</option>
</option>
{{/each}}
</select>