mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Change tooltip position on 'Export File' button
Run prettier :wq
This commit is contained in:
parent
c8cf847681
commit
f4740b6d68
|
@ -14,7 +14,11 @@ class ExportButton extends Component<Props> {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<Button title="Export to a file" onClick={this.props.exportState}>
|
||||
<Button
|
||||
title="Export to a file"
|
||||
toolTipPosition="top-right"
|
||||
onClick={this.props.exportState}
|
||||
>
|
||||
<TiDownload />
|
||||
</Button>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user