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">
|
||||
|
||||
Reference in New Issue
Block a user