Skip to content

Commit 3a80ee6

Browse files
authored
Merge pull request #2782 from vivekbopaliya/Add_to_collection
Fixed #2363, Add to Collection.
2 parents 41529a3 + bec257c commit 3a80ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/AddToCollectionList.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CollectionList extends React.Component {
3939
props.getProject(props.projectId);
4040
}
4141

42-
this.props.getCollections(this.props.username);
42+
this.props.getCollections(this.props.user.username);
4343

4444
this.state = {
4545
hasLoadedData: false

0 commit comments

Comments
 (0)