Skip to content

Commit

Permalink
More console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Oct 15, 2024
1 parent cecde31 commit 970750c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function DataTypeSelector({ element }: { element: any }) {

return (
<FormGroup label="Data Type">
<FormSelect value={undefined}>
<FormSelect id={"selected"} value={undefined} isDisabled={isReadOnly}>
<FormSelectOption id={"none"} isPlaceholder={true} label={"-- None --"} />
</FormSelect>
</FormGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function DefaultRouteSelector({ gateway }: { gateway: any }) {

return (
<FormGroup label="Default route">
<FormSelect value={undefined}>
<FormSelect id={"select"} value={undefined} isDisabled={isReadOnly}>
<FormSelectOption id={"none"} isPlaceholder={true} label={"-- None --"} />
</FormSelect>
</FormGroup>
Expand Down

0 comments on commit 970750c

Please sign in to comment.