Skip to content

Commit

Permalink
chore: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmar-stipriaan committed Jan 22, 2025
1 parent a593f5f commit f187b83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/prefabs/hiddeninput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down

0 comments on commit f187b83

Please sign in to comment.