Skip to content

Commit 11aa287

Browse files
AWS API Coverage table: Show implemented operations first (#316)
1 parent 9089bdf commit 11aa287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/feature-coverage/FeatureCoverage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const columns: ColumnDef<any>[] = [
6565
export default function PersistenceCoverage({ service }: { service: string }) {
6666
const [coverage, setCoverage] = React.useState<any[]>([]);
6767
const [sorting, setSorting] = React.useState<SortingState>([
68+
{ id: 'implemented', desc: true },
6869
{ id: 'operation', desc: false },
6970
]);
7071
const [columnFilters, setColumnFilters] = React.useState<ColumnFiltersState>(

0 commit comments

Comments
 (0)