Skip to content
Snippets Groups Projects
Commit 43692de9 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Working metadata storage

parent f604ff74
No related branches found
No related tags found
3 merge requests!169Chore: 4.0.3,!166Fix: Dependency Upgrade,!165Fix: Working metadata storage
......@@ -114,6 +114,8 @@ export default defineComponent({
if (this.type === 'datetime-local') {
this.object.value += ':00';
}
// Sometimes numbers are set, which break existing logic, don't remove!
this.object.value = this.object.value + '';
this.$emit('update:metadata-value', this.object);
},
loadData() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment