diff --git a/pages/team-edit.js b/pages/team-edit.js index 0c7fc6ba..73905dda 100644 --- a/pages/team-edit.js +++ b/pages/team-edit.js @@ -33,7 +33,7 @@ export default class TeamEdit extends Component { try { let team = await getTeam(id) let teamAttributes = [] - let profileValues = {} + let profileValues = [] if (team.org) { teamAttributes = await getOrgTeamAttributes(team.org.organization_id) profileValues = await getTeamProfile(id)