Skip to content

Commit

Permalink
test select
Browse files Browse the repository at this point in the history
  • Loading branch information
lempira committed Nov 8, 2024
1 parent 744263e commit 6515f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/network/components/network-configs-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ const tableColumns: ColumnDef<NetworkConfigWithId>[] = [
)
},
},
{
id: 'activate',
header: '',
},
]

type ButtonProps = {
Expand Down

0 comments on commit 6515f0b

Please sign in to comment.