There was an error while loading. Please reload this page.
1 parent 35d30be commit 0a74501Copy full SHA for 0a74501
1 file changed
src/py/mat3ra/wode/subworkflows/subworkflow.py
@@ -54,4 +54,4 @@ def method_data(self):
54
return self.model.method.data
55
56
def get_as_unit(self) -> Unit:
57
- return Unit(type="subworkflow", id=self.id, name=self.name)
+ return Unit(type="subworkflow", _id=self.id, name=self.name)
0 commit comments