Skip to content

Commit

Permalink
dashboard: add clientID column to client table
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Apr 19, 2024
1 parent 5232605 commit 76cb831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dashboard/components/Clients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ import {

// Data table headers.
const headers = [
{
key: 'id',
header: 'Client ID',
},
{
key: 'name',
header: 'Name',
Expand Down

0 comments on commit 76cb831

Please sign in to comment.