Skip to content

Commit

Permalink
React error- pipeline server creation modal (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnaik1 authored Aug 29, 2024
1 parent 54991a0 commit 62e22f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const ObjectStorageSection = ({
</InputGroup>
</FormGroup>
) : (
<>
<React.Fragment key={field.key}>
<FieldListField
key={field.key}
value={
Expand Down Expand Up @@ -112,7 +112,7 @@ export const ObjectStorageSection = ({
/>
</Popover>
)}
</>
</React.Fragment>
),
)}
</FormSection>
Expand Down

0 comments on commit 62e22f7

Please sign in to comment.