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