Skip to content

Commit b205a64

Browse files
committed
fix mixpanel
1 parent f551c13 commit b205a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/mixp/utils/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def move_items(**kwargs):
10101010

10111011

10121012
def copy_items(**kwargs):
1013-
project = kwargs["project"]
1013+
project = kwargs["source"]
10141014
project_name, _ = extract_project_folder(project)
10151015
project = (
10161016
Controller.get_default().get_project_metadata(project_name).data["project"]

0 commit comments

Comments
 (0)