Skip to content

Commit 79e6cbb

Browse files
committed
update prop for AddToCollectionList in IDEOverlays
1 parent 1234a2c commit 79e6cbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/modules/IDE/components/IDEOverlays.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ export default function IDEOverlays() {
7979
isFixedHeight
8080
>
8181
<AddToCollectionList
82-
projectId={params.project_id}
83-
username={params.username}
82+
projectId={this.state.sketchToAddToCollection.id}
8483
/>
8584
</Overlay>
8685
)}

0 commit comments

Comments
 (0)