Skip to content

Commit

Permalink
fix: form update runtimeVersion unchanged bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Nov 7, 2024
1 parent 95bc0c7 commit c67bf20
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,12 @@ const Form = ({
<Input
opacity={0.5}
width={'200px'}
defaultValue={getRuntimeDetailLabel(
getValues('runtimeType'),
getValues('runtimeVersion')
)}
value={
getRuntimeDetailLabel(
getValues('runtimeType'),
getValues('runtimeVersion')
) || ''
}
disabled
/>
) : (
Expand Down

0 comments on commit c67bf20

Please sign in to comment.