Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal committed Dec 24, 2024
1 parent d4f3157 commit 476d0b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
/>
<Switch
bind:checked={localParamValues[key]}
on:click={async (e) => {
on:click={async () => {
component.updateProperty(key, !paramValues[key]);
}}
small
Expand Down

0 comments on commit 476d0b5

Please sign in to comment.