Bug 32983: Fix dropdown list when search for EBSCO's packages
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
3f848e4d24
commit
5c3693bbd2
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
|||
<option
|
||||
v-for="type in av_package_content_types"
|
||||
:key="type.authorised_values"
|
||||
:value="type.authorised_value"
|
||||
:value="type.value"
|
||||
>
|
||||
{{ type.lib }}
|
||||
{{ type.description }}
|
||||
</option>
|
||||
</select>
|
||||
{{ $__("Selection status") }}:
|
||||
|
|
Loading…
Reference in a new issue