Skip to content

Commit

Permalink
fix not able to update POC in domain (#2643)
Browse files Browse the repository at this point in the history
Signed-off-by: craman <[email protected]>
Co-authored-by: craman <[email protected]>
  • Loading branch information
chandrasekhar1996 and craman authored Jul 1, 2024
1 parent 11ed67e commit cfdcc86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/header/DomainDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ class DomainDetails extends React.Component {
onPocUpdateSuccessCb={this.onPocUpdateSuccessCb.bind(this)}
csrf={this.props._csrf}
contacts={this.props.domainDetails.contacts || {}}
api={this.api}
/>
) : (
''
Expand Down

0 comments on commit cfdcc86

Please sign in to comment.