Skip to content

Commit

Permalink
Merge pull request #2782 from vivekbopaliya/Add_to_collection
Browse files Browse the repository at this point in the history
Fixed #2363, Add to Collection.
  • Loading branch information
lindapaiste authored Dec 28, 2023
2 parents 41529a3 + bec257c commit 3a80ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/IDE/components/AddToCollectionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CollectionList extends React.Component {
props.getProject(props.projectId);
}

this.props.getCollections(this.props.username);
this.props.getCollections(this.props.user.username);

this.state = {
hasLoadedData: false
Expand Down

0 comments on commit 3a80ee6

Please sign in to comment.