Skip to content

Commit 650c560

Browse files
authored
Merge pull request #4444 from nqviet/new-milestone-concept--phase-copilots
[new milestone concept] fix avatars disappeared when saving
2 parents 5f94374 + e284491 commit 650c560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/containers/DashboardContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class DashboardContainer extends React.Component {
165165
).then(() => phaseMembers) // ignore the result from backend
166166
}
167167

168-
return Promise.resolve([])
168+
return Promise.resolve(phaseMembers)
169169
}
170170

171171
if (`${phase.id}`.startsWith('new-milestone')) {

0 commit comments

Comments
 (0)