Skip to content

Commit

Permalink
TBasicApplication: Fix missing dependency about TToolBar and name
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Feb 20, 2018
1 parent 89a1ad3 commit 580882f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/uis/templates/TBasicApplication.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import React from 'react'
import { THeader, TContent, TFooter } from '../displays/sections/_sections'
import { TAppBar, TStatusBar } from '../displays/bars/_bars'
import { TAppBar, TToolBar, TStatusBar } from '../displays/bars/_bars'
import { TDateTime } from '../displays/bases/_bases'
import { TBrand, TMenu, TMenuItem, TDropDownMenu } from '../displays/navigations/_navigations'
import { TLogingButton, TButtonGroup, TToolButton } from '../inputs/buttons/_buttons'
Expand Down Expand Up @@ -163,7 +163,7 @@ class TBasicApplication extends React.Component {
</THeader>
<TContent>

<TToolbar>
<TToolBar>
<TButtonGroup>
<TToolButton id={'importBtn'} title={'Retourner à l\'acceuil'} icon={'fa fa-home'}></TToolButton>
<li className={'vDivider'} role={'separator'}></li>
Expand Down Expand Up @@ -316,7 +316,7 @@ class TBasicApplication extends React.Component {
{/*</a>*/}
{/*</li>*/}
{/*</ul>*/}
</TToolbar>
</TToolBar>

<TSplitter initPosition={15}

Expand Down

0 comments on commit 580882f

Please sign in to comment.