Skip to content

Commit

Permalink
test for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lempira committed Nov 8, 2024
1 parent 9b5d8c4 commit 01311a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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
4 changes: 2 additions & 2 deletions src/features/settings/components/settings.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { NetworkSelect } from '@/features/network/components/network-select'
// import { NetworkSelect } from '@/features/network/components/network-select'
import { ClearCache } from './clear-cache'
import { NetworkConfigsTable } from '@/features/network/components/network-configs-table'

export function Settings() {
return (
<div className="flex flex-col space-y-8">
<NetworkSelect />
{/* <NetworkSelect /> */}
<NetworkConfigsTable />
<ClearCache />
</div>
Expand Down

0 comments on commit 01311a9

Please sign in to comment.