Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add useEffect to set isSubmitting false when step reaches pending #223

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Polybius93
Copy link
Collaborator

This PR resolves an issue where the isSubmitting state remained true after a transaction was successfully submitted. Previously, the state wasn't updated to false because the page only advanced after the vault was updated on-chain, despite the request being submitted. With this change, isSubmitting is now set to false once the process reaches the Pending step.

Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for test-mint-dlc-link ready!

Name Link
🔨 Latest commit 8d43b0a
🔍 Latest deploy log https://app.netlify.com/sites/test-mint-dlc-link/deploys/675afa3335a6af0008051c5d
😎 Deploy Preview https://deploy-preview-223--test-mint-dlc-link.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for dev-mint-dlc-link ready!

Name Link
🔨 Latest commit 8d43b0a
🔍 Latest deploy log https://app.netlify.com/sites/dev-mint-dlc-link/deploys/675afa338adc940008ddc209
😎 Deploy Preview https://deploy-preview-223--dev-mint-dlc-link.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for mint-dlc-link ready!

Name Link
🔨 Latest commit 8d43b0a
🔍 Latest deploy log https://app.netlify.com/sites/mint-dlc-link/deploys/675afa332ccd0900081f5ad3
😎 Deploy Preview https://deploy-preview-223--mint-dlc-link.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants