diff --git a/resources/js/views/form/Conditions.vue b/resources/js/views/form/Conditions.vue index 9a73fa0c..6f0dcfe7 100644 --- a/resources/js/views/form/Conditions.vue +++ b/resources/js/views/form/Conditions.vue @@ -1,54 +1,49 @@ @@ -103,7 +98,7 @@ function changeMode(mode) { } function update(index, key, value) { - var inner = {...props.modelValue}; + const inner = {...props.modelValue}; if (key === 'comparator') { var old = inner.ifs[index]; inner.ifs[index] = {