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

workshop fix #179

Merged
merged 4 commits into from
Apr 23, 2021
Merged

workshop fix #179

merged 4 commits into from
Apr 23, 2021

Conversation

litvinets
Copy link
Contributor

No description provided.

@litvinets litvinets requested a review from dmitryy90 April 23, 2021 12:16
}
@Action(OnCreateWorkshopFail)
Copy link
Collaborator

Choose a reason for hiding this comment

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

where do you dispatch this action?

const address = new Address(this.AddressFormGroup.value);
const teachers = this.createTeachers(this.TeacherFormArray);
const workshop = new Workshop(this.AboutFormGroup.value, this.DescriptionFormGroup.value, address, teachers);
console.log(workshop)
Copy link
Collaborator

Choose a reason for hiding this comment

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

dont commit debug code

*/
onSelectedCity( event ): void{
this.AddressFormGroup.get('city').setValue=event;
onSelectedCity(event): void {
Copy link
Collaborator

Choose a reason for hiding this comment

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

type?

@litvinets
Copy link
Contributor Author

image
image
Workshop creation goes correct.

@litvinets litvinets merged commit db4c0f8 into develop Apr 23, 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
Development

Successfully merging this pull request may close these issues.

2 participants