Skip to content

Commit

Permalink
Fixed Add to Collections
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbopaliya committed Dec 26, 2023
1 parent 3846302 commit b514c53
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 b514c53

Please sign in to comment.