Skip to content

Commit 7b74026

Browse files
fix importRows action naming
1 parent ebf9cb2 commit 7b74026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/components/audit/audit-data-source.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class AuditDataSource implements DataSource<Object> {
6767
updateRow: 'Edited',
6868
rowReceived: 'Viewed',
6969
rowsReceived: 'Viewed',
70-
importRow: 'Imported',
70+
importRows: 'Imported',
7171
exportRows: 'Exported'
7272
}
7373

@@ -77,7 +77,7 @@ export class AuditDataSource implements DataSource<Object> {
7777
updateRow: 'edit',
7878
rowReceived: 'visibility',
7979
rowsReceived: 'visibility',
80-
importRow: 'upload',
80+
importRows: 'upload',
8181
exportRows: 'download'
8282
}
8383

0 commit comments

Comments
 (0)