Fix parsing issue in MultiLangDisplay and MultiLangInput
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
if(valueObject["en"] === undefined){
|
||||
selectedLang = "xx"
|
||||
}
|
||||
$: valueObject = parseMultilangString(value)
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col">
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
delete valueObject["xx"]
|
||||
updateValue()
|
||||
}
|
||||
$: valueObject = parseMultilangString(value)
|
||||
</script>
|
||||
|
||||
<div class="flex flex-wrap max-w-fit p-1 gap-2">
|
||||
|
||||
Reference in New Issue
Block a user