From 4d25f5e56d019e4c12aea555284023e95035b25b Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 17 Jun 2025 00:10:10 +0200 Subject: [PATCH] Lint --- resources/js/views/form/Conditions.vue | 79 ++++++++++++-------------- 1 file changed, 37 insertions(+), 42 deletions(-) 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] = {