Skip to content

Commit

Permalink
chore(teams): create team modal
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Mar 29, 2019
1 parent c0ebb31 commit d4de222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/containers/Modals/CreateTeamModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class CreateTeamModal extends React.Component {
return (
<BaseModal {...this.props} options={{ bgclose: false }}>
<div className={'mb-25'}>
<h2>Edit Team</h2>
<h2>Create Team</h2>
</div>
<form className={'uk-form-stacked'} onSubmit={e => this.onFormSubmit(e)}>
<div className={'uk-margin-medium-bottom'}>
Expand All @@ -99,7 +99,7 @@ class CreateTeamModal extends React.Component {
</div>
<div className='uk-modal-footer uk-text-right'>
<Button text={'Close'} flat={true} waves={true} extraClass={'uk-modal-close'} />
<Button text={'Save Team'} flat={true} waves={true} style={'primary'} type={'submit'} />
<Button text={'Create Team'} flat={true} waves={true} style={'primary'} type={'submit'} />
</div>
</form>
</BaseModal>
Expand Down

0 comments on commit d4de222

Please sign in to comment.