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: existing drip list editor broken #686

Merged
merged 3 commits into from
Sep 26, 2023
Merged

Conversation

efstajas
Copy link
Contributor

@efstajas efstajas commented Sep 26, 2023

problem: the drip list editor was bound to the dripList variable, but the submit function used items and percentages, which are just the original values passed in as props from the parent. Thus, any changes made to dripList by the editor didn't actually get applied fully.

Also made sure the E2E suite catches this in the future.

@netlify
Copy link

netlify bot commented Sep 26, 2023

Deploy Preview for drips-app-v2 ready!

Name Link
🔨 Latest commit c114347
🔍 Latest deploy log https://app.netlify.com/sites/drips-app-v2/deploys/6512b134ced1b5000834b9de
😎 Deploy Preview https://deploy-preview-686--drips-app-v2.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.

@efstajas efstajas force-pushed the jason/hotfix-drip-list-editor branch from dd2b1e3 to c114347 Compare September 26, 2023 10:23
@evvvritt evvvritt merged commit 8039290 into main Sep 26, 2023
13 checks passed
@evvvritt evvvritt deleted the jason/hotfix-drip-list-editor branch September 26, 2023 10:33
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