-
Notifications
You must be signed in to change notification settings - Fork 1
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
enhancement_310_fix_routing_to_form_return_page #325
enhancement_310_fix_routing_to_form_return_page #325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Отличная работа!
Парочка замечаний, удали console.logs и мержи
validationSchema={validationSchema} | ||
validateOnBlur={true} | ||
onSubmit={(values, { setSubmitting, resetForm }) => { | ||
console.log(JSON.stringify(values, null, 2)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
убираем console.log
className={styles.formReturn__button} | ||
type="button"> | ||
type="button" | ||
onClick={() => console.log('НАЗАД')}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
данный console.log нужен сейчас?
Если нужно что-то впоследствии доделать оставляем TODO, делаем issue и оставляем ссылку на issue рядом с TODO
Задание - По клику на пункт возвраты переходить на форму с возвратами
Сделано: