stringify value before sending

feat/vaults
Tomáš Mládek 2021-06-27 00:37:18 +02:00
parent 022edb1915
commit 3170d729b7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default defineComponent({
attribute: change.attribute,
value: {
t: "Value",
c: change.value,
c: JSON.stringify(change.value),
},
}),
});