File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 78
78
border-bottom : 0.01px solid rgb (194 , 193 , 193 );
79
79
}
80
80
.form-table-tr-is-empty {
81
- border-bottom : 1px solid rgb (250 , 26 , 26 );
81
+ border : 1px solid rgb (250 , 26 , 26 ) !important ;
82
82
}
83
83
.form-table-td {
84
84
padding : 0% !important ;
165
165
width : 30% ;
166
166
}
167
167
.form-table-tr-media {
168
- border : 1px solid rgb (194 , 193 , 193 ) !important ;
168
+ border : 1px solid rgb (194 , 193 , 193 );
169
169
width : 100% !important ;
170
170
margin : 10px 0 ;
171
171
padding : 20px ;
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ class Forms extends Component {
88
88
guidePeople,
89
89
techSkill,
90
90
otherSkill,
91
- valuationError,
92
91
acknowledgement
93
92
} = this . state
93
+
94
94
const validatedInputs = this . validateForm ( {
95
95
firstName,
96
96
lastName,
@@ -102,6 +102,7 @@ class Forms extends Component {
102
102
} )
103
103
await this . validateArray ( { guidePeople, techSkill, otherSkill } )
104
104
const emptyValues = validatedInputs . includes ( true )
105
+ const { valuationError } = this . state
105
106
if ( emptyValues || valuationError ) {
106
107
this . setState ( { formInComplete : true } )
107
108
}
You can’t perform that action at this time.
0 commit comments