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 create variable modal not resetting in function wizard #175

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

stnguyen90
Copy link
Contributor

What does this PR do?

Ensure selectedVar is reset after updating a variable so that the Create Variable modal is functional

Test Plan

Manual

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes

@vercel
Copy link

vercel bot commented Nov 21, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
console ✅ Ready (Inspect) Visit Preview Nov 22, 2022 at 7:25PM (UTC)

@@ -16,13 +16,18 @@

const dispatch = createEventDispatcher();

const close = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small thing: I think we are trying to use regular functions instead of arrow functions. The rest lgtm 👍

@TorstenDittmann TorstenDittmann merged commit 7669ce8 into main Nov 23, 2022
@TorstenDittmann TorstenDittmann deleted the fix-4743-create-variable-wizard branch November 23, 2022 15:44
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.

🐛 Bug Report: Editing of function variables does not work
3 participants