mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-29 13:03:55 +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() {
|
render() {
|
||||||
return (
|
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 />
|
<TiDownload />
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user