You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErrorMessageinvalid={_.isEmpty(newSoftware.name)&&formInvalid}message="Name cannot be empty"/>
384
+
<ErrorMessageinvalid={(_.isEmpty(newSoftware.name)&&formInvalid)||(!_.isEmpty(newSoftware.name)&&_.isEmpty(newSoftware.name.trim()))}message="Name cannot be empty"/>
0 commit comments