This commit is contained in:
Liyas Thomas
2020-08-20 19:54:12 +05:30
parent 9734e4d859
commit 6a55c09328
2 changed files with 2 additions and 2 deletions

View File

@@ -463,7 +463,7 @@
<input
:placeholder="$t('value_count', { count: index + 1 })"
:name="'value' + index"
:value="param.value"
:value="decodeURI(param.value)"
@change="
$store.commit('setValueParams', {
index,