Skip to content

Commit

Permalink
React error- pipeline server creation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pnaik1 committed Aug 29, 2024
1 parent 1a34861 commit 317eef0
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 317eef0

Please sign in to comment.