Skip to content

Commit eb14290

Browse files
committed
fix(ProjectViewer): request feeds after third party sync
1 parent dedf2e1 commit eb14290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manager/actions/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function thirdPartySync (projectId, type) {
190190
// .catch(err => console.log(err))
191191
.then(project => {
192192
dispatch(receiveSync())
193-
return dispatch(fetchProject(projectId))
193+
return dispatch(fetchProjectWithFeeds(projectId))
194194
})
195195
}
196196
}

0 commit comments

Comments
 (0)