Skip to content

Commit

Permalink
fix: execute dry run after a call (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas authored Jul 4, 2023
1 parent 88cf6ce commit 205a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/contract/Interact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const InteractTab = ({
}

debouncedDryRun();
}, [api.call.contractsApi, message, params]);
}, [api.call.contractsApi, message, params, nextResultId]);

useEffect(() => {
async function processTx() {
Expand Down

0 comments on commit 205a21f

Please sign in to comment.