Skip to content

Commit

Permalink
Disabling label
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Aug 29, 2024
1 parent f5241c8 commit 0c28427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/PortSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const PortSelector = ({handleChangePort, options, selectedOption}: IPortSelector
label="Select a port..."
variant="standard"
onChange={onChange}>
<MenuItem value={""}>
<MenuItem value={""} disabled>
<ListItemText><em>Select an airport...</em></ListItemText>
</MenuItem>
{options?.map((option) => {
Expand Down

0 comments on commit 0c28427

Please sign in to comment.