From f187b834433acd10c796f4e80e51aeaf8d6c724d Mon Sep 17 00:00:00 2001 From: Ingmar van Stipriaan Date: Wed, 22 Jan 2025 11:10:58 +0100 Subject: [PATCH] chore: fix linting errors --- src/prefabs/hiddeninput.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/prefabs/hiddeninput.tsx b/src/prefabs/hiddeninput.tsx index 73498e4e3..7ce9b9913 100644 --- a/src/prefabs/hiddeninput.tsx +++ b/src/prefabs/hiddeninput.tsx @@ -77,9 +77,11 @@ const addChildOptions = optionTemplateOptions({ const optionEvents = { onChange: { - property: [setVariableOption({target: 'value', format: 'propertyValue'})], - actionVariableId: [setVariableOption({target: 'value', format: 'propertyValue'})], - } + property: [setVariableOption({ target: 'value', format: 'propertyValue' })], + actionVariableId: [ + setVariableOption({ target: 'value', format: 'propertyValue' }), + ], + }, }; const hooks = {};