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">
|
||||
<FileExporter
|
||||
data={transactionsFile}
|
||||
label={__('Export')}
|
||||
label={__('Export All')}
|
||||
tooltip={__('Fetch transaction data for export')}
|
||||
defaultFileName={'transactions-history.csv'}
|
||||
onFetch={() => fetchTransactions()}
|
||||
|
|
Loading…
Reference in a new issue