export all

This commit is contained in:
zeppi 2021-10-19 09:40:43 -04:00 committed by jessopb
parent b6bb5f05ec
commit 73214a94ec

View file

@ -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()}