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 744263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/settings/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NetworkConfigsTable } from '@/features/network/components/network-confi
export function Settings() {
return (
<div className="flex flex-col space-y-8">
<NetworkSelect />
{/* <NetworkSelect /> */}
<NetworkConfigsTable />
<ClearCache />
</div>
Expand Down

0 comments on commit 744263e

Please sign in to comment.