Skip to content

Commit

Permalink
fix(#119): remove none ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jun 6, 2024
1 parent 113df9a commit 4cbff73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/dashboard/application/advanced/ports/add-port.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ export const AddPort = ({
<SelectValue placeholder="Select a protocol" />
</SelectTrigger>
</FormControl>
<SelectContent defaultValue={"none"}>
<SelectItem value={"none"}>None</SelectItem>
<SelectContent>
<SelectItem value={"tcp"}>TCP</SelectItem>
<SelectItem value={"udp"}>UDP</SelectItem>
</SelectContent>
Expand Down

0 comments on commit 4cbff73

Please sign in to comment.