AddAppDialog: Put the submit button inside the form
This commit is contained in:
parent
2d3c886646
commit
5f020423bc
1 changed files with 3 additions and 3 deletions
|
@ -80,10 +80,10 @@ export default React.createClass({
|
|||
autoFocus={true} onChange={this.onValueChange} size="30"
|
||||
className="mx_SetAppURLDialog_input"
|
||||
/>
|
||||
<div className="mx_Dialog_buttons">
|
||||
<input className="mx_Dialog_primary" type="submit" value="Add" />
|
||||
</div>
|
||||
</form>
|
||||
<div className="mx_Dialog_buttons">
|
||||
<input className="mx_Dialog_primary" type="submit" value="Add" />
|
||||
</div>
|
||||
</div>
|
||||
</BaseDialog>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue