File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Actions extends Component {
1212 return (
1313 < div className = { cnActions ( ) } >
1414 < Button theme = "normal" size = "m" text = "Отмена" onClick = { this . props . handleCloseModal } />
15- < Button theme = "action" size = "m" text = "Сохранить" onClick = { this . props . handleCloseModal } />
15+ < Button theme = "action" size = "m" text = "Сохранить" onClick = { this . props . handleSave } />
1616 </ div >
1717 ) ;
1818 }
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ class Constructor extends Component {
4444
4545 savePool ( ) {
4646 this . splitInfo = this . child . getSplitInfo ( ) ;
47- console . log ( this . splitInfo ) ;
4847 }
4948
5049 render ( ) {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class QuestionModalComponent extends Component {
8080 handleChangeAnswer = { this . handleModalChangeAnswer }
8181 handleDeleteAnswer = { this . handleModalDeleteAnswer }
8282 />
83- < Actions closeModal = { closeModal } saveQuestion = { this . saveQuestion } />
83+ < Actions handleCloseModal = { closeModal } handleSave = { this . saveQuestion } />
8484 </ div >
8585 < div className = { cnQuestionModal ( 'Preview' ) } >
8686 < QuestionPreview
You can’t perform that action at this time.
0 commit comments