Refresh button: add title.

master
Tom Hacohen 6 years ago
parent 8f13da7a39
commit 4dac9703e9

@ -189,7 +189,7 @@ class App extends React.PureComponent {
<AppBarWitHistory <AppBarWitHistory
toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>} toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>}
iconElementRight={ iconElementRight={
<IconButton disabled={!credentials || fetching} onClick={this.refresh}> <IconButton disabled={!credentials || fetching} onClick={this.refresh} title="Refresh">
<IconRefreshWithSpin spin={fetching} /> <IconRefreshWithSpin spin={fetching} />
</IconButton>} </IconButton>}

Loading…
Cancel
Save