Fix titles and tab colors for actors
This commit is contained in:
@@ -91,7 +91,7 @@ export class ProfileForm extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<form className='profile-form' onSubmit={this.handleSubmit}>
|
||||
<form onSubmit={this.handleSubmit} id='profileForm'>
|
||||
<Column stackable>
|
||||
<Column.Item>
|
||||
<BoundInput label='First Name' name='firstName' width={8}
|
||||
|
||||
Reference in New Issue
Block a user