mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Merge 18cc3ccf6b
into a4382ecb9c
This commit is contained in:
commit
f1c392a036
|
@ -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