Skip to content

Commit

Permalink
chore: compute js function on change by default
Browse files Browse the repository at this point in the history
Related to #1102
  • Loading branch information
Skaiir committed Apr 2, 2024
1 parent 7d43c96 commit 1aefe5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ JSFunctionField.config = {
create: (options = {}) => ({
jsFunction: 'setValue(data.value)',
functionParameters: '={\n value: 42\n}',
computeOn: 'load',
computeOn: 'change',
interval: 1000,
...options,
})
Expand Down

0 comments on commit 1aefe5e

Please sign in to comment.