Skip to content

Commit

Permalink
Fix saving field ACCESS (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Oct 16, 2024
1 parent 1c74470 commit a52c6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/components/ItemEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</form-row>
<form-row :label="'Access'">
<set-select
:model-value="item.ACCESS"
v-model="item.ACCESS"
:options="access" />
Do you have to register to view the KOS, is it 'hidden' in a licensed database or is it free online?
</form-row>
Expand Down

0 comments on commit a52c6aa

Please sign in to comment.