Fix checkbox state not updating + ran prettier

Forgot a comma and to load back the wikilink with new properties
This commit is contained in:
ltctceplrm 2025-12-09 21:07:45 +01:00
parent 95035e5eac
commit f8b6ae8761
6 changed files with 18 additions and 16 deletions

View file

@ -71,11 +71,11 @@
</div>
<style>
.media-db-plugin-property-mapping-wikilink-label {
display: flex;
align-items: center;
gap: 4px;
font-size: 0.95em;
cursor: pointer;
}
.media-db-plugin-property-mapping-wikilink-label {
display: flex;
align-items: center;
gap: 4px;
font-size: 0.95em;
cursor: pointer;
}
</style>