Skip to content

Commit

Permalink
Merge pull request #490 from alexstotsky/fix-copy-metadata
Browse files Browse the repository at this point in the history
(fix) Copy metadata
  • Loading branch information
prdn authored Mar 2, 2022
2 parents 637e113 + 2bd089e commit 362b383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Logins/Logins.columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function getColumns(props) {
</Cell>
)
},
copyText: rowIndex => filteredData[rowIndex].extra,
copyText: rowIndex => JSON.stringify(filteredData[rowIndex].extra, undefined, 2),
},
]
}

0 comments on commit 362b383

Please sign in to comment.