Skip to content

Commit

Permalink
Fixing ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypalacios committed Nov 15, 2023
1 parent f29e5d2 commit 2c67f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function WriteMethodsForm({
/>
)}
</Box>
<ButtonCall onClick={() => executeDryRun(inputData)}>Call</ButtonCall>
<ButtonCall onClick={executeDryRun}>Call</ButtonCall>
</Stack>
</Box>
<Box sx={{ maxWidth: '45%', minWidth: '40%' }}>
Expand Down

0 comments on commit 2c67f0d

Please sign in to comment.