Skip to content

Commit

Permalink
ORV2-3264 - Remove sorting by issuer for active and expired permits (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zgong-gov authored Jan 8, 2025
1 parent f03253c commit 140e50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ export const PermitsColumnDefinition = (
accessorKey: "issuer",
id: "issuer",
header: "Issued By",
enableSorting: true,
enableSorting: false,
},
];

0 comments on commit 140e50a

Please sign in to comment.