Skip to content

Commit

Permalink
[build] Fix build errors after updating @mui/material to v.6.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Nov 28, 2024
1 parent cf70ca4 commit e198331
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export function AddServiceBindingForm() {
setSelectedService(e.target.value);
}}
variant="outlined"
placeholder="Service Name"
error={selectedServiceTouched && selectedService === ''}
required
>
Expand Down
2 changes: 0 additions & 2 deletions src/webview/create-route/app/createForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function SelectService(props: {
props.setSelectedPort((_) => undefined);
}}
variant='outlined'
placeholder='Select a service'
error={isServiceKindTouched && props.selectedServiceKind === undefined}
required
>
Expand Down Expand Up @@ -161,7 +160,6 @@ function SelectService(props: {
props.setSelectedPort((_) => newSelection);
}}
variant='outlined'
placeholder='Select target port'
error={isServiceKindTouched && props.selectedServiceKind === undefined}
required
>
Expand Down
1 change: 0 additions & 1 deletion src/webview/create-service/app/createForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ function SelectService(props: {
props.setSelectedServiceKind((_) => newSelection);
}}
variant='outlined'
placeholder='Service Kind'
error={isServiceKindTouched && props.selectedServiceKind === undefined}
required
>
Expand Down

0 comments on commit e198331

Please sign in to comment.