mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
representations have key representations instead of components
This commit is contained in:
parent
cdb24724c1
commit
c47517a1f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue