|
@ -205,8 +205,8 @@ class Section(Item[V]): |
|
|
data = { |
|
|
data = { |
|
|
'type': self.type.value, |
|
|
'type': self.type.value, |
|
|
'components': [ |
|
|
'components': [ |
|
|
c.to_component_dict() for c in |
|
|
c.to_component_dict() |
|
|
sorted( |
|
|
for c in sorted( |
|
|
self._children, |
|
|
self._children, |
|
|
key=lambda i: i._rendered_row or 0, |
|
|
key=lambda i: i._rendered_row or 0, |
|
|
) |
|
|
) |
|
|