Fix: fixes to etymology: load wikidata on mobile (which uses m.wikidata.org, tripping the CSP); fix 'upload image of the streetsign' parameters

This commit is contained in:
Pieter Vander Vennet 2023-10-22 00:51:43 +02:00
parent bc37deafb5
commit 480956d45d
6 changed files with 15 additions and 7 deletions

View file

@ -691,8 +691,9 @@ export default class SpecialVisualizations {
return new SvelteUIElement(UploadImage, {
state,
tags,
targetKey: args[0],
labelText: args[1],
image: args[0],
image: args[2],
})
},
},