Skip to content
Snippets Groups Projects
Commit 32d83c93 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #475 - Add referrer to operarionsTable

parent cff042e1
No related branches found
No related tags found
1 merge request!582Delrifai/#475 fixes on export functionality
...@@ -313,6 +313,7 @@ export default function Block() { ...@@ -313,6 +313,7 @@ export default function Block() {
operations={convertedTotalOperations} operations={convertedTotalOperations}
markedTrxId={paramsState.trxId} markedTrxId={paramsState.trxId}
unformattedOperations={unformattedOperations} unformattedOperations={unformattedOperations}
referrer={`${blockId}_block_details.csv`}
/> />
)} )}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment