Skip to content

Commit

Permalink
chore(accounts): removed search
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Apr 23, 2019
1 parent c0f3a7c commit 1befed2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/client/containers/Accounts/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,14 @@ class AccountsContainer extends React.Component {
title={this.props.title}
rightComponent={
<div className={'uk-grid uk-grid-collapse'}>
<div className={'uk-width-3-4 pr-10'}>
<div className='md-input-wrapper' style={{ marginTop: '10px' }}>
<label className={'uk-form-label'}>Find Account</label>
<input type='text' className={'md-input uk-margin-remove'} onKeyUp={e => this.onSearchKeyUp(e)} />
<div className='md-input-bar' />
</div>
</div>
<div className={'uk-width-1-4 mt-15 pr-20 uk-clearfix'}>
{/*<div className={'uk-width-3-4 pr-10'}>*/}
{/* <div className='md-input-wrapper' style={{ marginTop: '10px' }}>*/}
{/* <label className={'uk-form-label'}>Find Account</label>*/}
{/* <input type='text' className={'md-input uk-margin-remove'} onKeyUp={e => this.onSearchKeyUp(e)} />*/}
{/* <div className='md-input-bar' />*/}
{/* </div>*/}
{/*</div>*/}
<div className={'uk-width-1-4 uk-push-3-4 mt-15 pr-20 uk-clearfix'}>
<ButtonGroup classNames={'uk-clearfix uk-float-right'}>
<Button
text={'Create'}
Expand Down

0 comments on commit 1befed2

Please sign in to comment.