export all
This commit is contained in:
parent
b6bb5f05ec
commit
73214a94ec
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ function TxoList(props: Props) {
|
||||||
<div className="txo__export">
|
<div className="txo__export">
|
||||||
<FileExporter
|
<FileExporter
|
||||||
data={transactionsFile}
|
data={transactionsFile}
|
||||||
label={__('Export')}
|
label={__('Export All')}
|
||||||
tooltip={__('Fetch transaction data for export')}
|
tooltip={__('Fetch transaction data for export')}
|
||||||
defaultFileName={'transactions-history.csv'}
|
defaultFileName={'transactions-history.csv'}
|
||||||
onFetch={() => fetchTransactions()}
|
onFetch={() => fetchTransactions()}
|
||||||
|
|
Loading…
Reference in a new issue