Skip to content

Commit c8b43ff

Browse files
committed
Top level tooling pages done
Styling on the replicator table needs fixing
1 parent 9908ed0 commit c8b43ff

15 files changed

+296
-98
lines changed
197 KB
Loading
1.15 MB
Loading
1.57 MB
Loading
1.28 MB
Loading
133 KB
Loading
83.8 KB
Loading
693 KB
Loading
176 KB
Loading
1.33 MB
Loading

src/components/persistence-coverage/PersistenceCoverage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const columns: ColumnDef<any>[] = [
2828
<a href={`/aws/${row.original.service}`}>{row.original.full_name}</a>
2929
),
3030
enableColumnFilter: true,
31-
filterFn: (row, columnId, filterValue) => {
31+
filterFn: (row, filterValue) => {
3232
return row.original.full_name
3333
.toLowerCase()
3434
.includes((filterValue ?? "").toLowerCase());

0 commit comments

Comments
 (0)