diff --git a/pype/standalonepublish/widgets/widget_drop_frame.py b/pype/standalonepublish/widgets/widget_drop_frame.py index 90434e75f4..dd9072448b 100644 --- a/pype/standalonepublish/widgets/widget_drop_frame.py +++ b/pype/standalonepublish/widgets/widget_drop_frame.py @@ -367,7 +367,7 @@ class DropDataFrame(QtWidgets.QFrame): self.parent_widget.working_stop() def collect_data(self): - data = {'components' : []} + data = {'representations' : []} for item in self.items: - data['components'].append(item.collect_data()) + data['representations'].append(item.collect_data()) return data