Merge pull request #238 from ltctceplrm/openlibrary

Fix property mapping box not appearing (again)
This commit is contained in:
Moritz Jung 2026-01-28 18:42:03 +01:00 committed by GitHub
commit 87d3984a8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,13 @@
</td>
{:else}
<td class="col-mapping">
<select class="dropdown" bind:value={property.mapping}>
<select
class="dropdown"
bind:value={property.mapping}
onchange={() => {
model = model.copy();
}}
>
{#each propertyMappingOptions as remappingOption}
<option value={remappingOption}>
{remappingOption}