Skip to content

Commit

Permalink
Update AcmTable.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Cormier <[email protected]>
  • Loading branch information
Randy424 and KevinFCormier authored Jul 11, 2024
1 parent 00640d0 commit 78497d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ui-components/AcmTable/AcmTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ export function AcmTable<T>(props: AcmTableProps<T>) {
dropdownItems={[
<DropdownItem
style={{ width: '10rem' }}
key={'item.text'}
key='export-csv'
onClick={() => exportTable(toastContext)}
>
{t('Export as CSV')}
Expand Down

0 comments on commit 78497d6

Please sign in to comment.