Skip to content

Commit

Permalink
fix missing prj manager (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
smcalilly authored Dec 11, 2023
1 parent 486b0d6 commit 29a8450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset_dashboard/static/js/PortfolioPlanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class PortfolioPlanner extends React.Component {
'estimated_bid_quarter': project.estimated_bid_quarter,
'section': project.section,
'category': project.category,
'project_manager': project.manager,
'project_manager': project.project_manager,
'phase': project.phase,
'status': project.status,
'description': project.description.replace(/\r\n/g, ' ').replace(/\n/g, ' ').replace(/\r/g, ' '),
Expand Down

0 comments on commit 29a8450

Please sign in to comment.