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 views not being updated for the same answer formats #14

Merged
merged 2 commits into from Jun 22, 2021
Merged

Fix views not being updated for the same answer formats #14

merged 2 commits into from Jun 22, 2021

Conversation

zeshuaro
Copy link
Contributor

@zeshuaro zeshuaro commented Jun 21, 2021

@zeshuaro zeshuaro changed the title Fix views not being updated Fix views not being updated for the same answer formats Jun 21, 2021
}
this.id = id;
}
Identifier({String? id}) : id = id ?? Uuid().v4();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This syntax avoids declaring the variable with late

this.id = id;
}
Step({StepIdentifier? id, this.isOptional = false, this.buttonText = 'Next'})
: id = id ?? StepIdentifier();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This syntax avoids declaring the variable with late

@Numoy Numoy changed the base branch from main to develop June 22, 2021 08:52
@Numoy Numoy merged commit 16d41ae into QuickBirdEng:develop Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants