We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1234a2c commit 79e6cbbCopy full SHA for 79e6cbb
client/modules/IDE/components/IDEOverlays.jsx
@@ -79,8 +79,7 @@ export default function IDEOverlays() {
79
isFixedHeight
80
>
81
<AddToCollectionList
82
- projectId={params.project_id}
83
- username={params.username}
+ projectId={this.state.sketchToAddToCollection.id}
84
/>
85
</Overlay>
86
)}
0 commit comments