Skip to content

Commit 35cbdd0

Browse files
Merge branch 'BUGFIX-AutoUi(EditableGrid)-example-broken' into final-changes-for-import-export-excel
2 parents 60178e9 + a06ab1a commit 35cbdd0

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/ipyautoui/autoui.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,7 @@ def get_autoui(schema: ty.Union[ty.Type[BaseModel], dict], **kwargs):
210210
li = [caller.autoui, TitleDescription, ShowRaw, AutoUiFileMethods]
211211

212212
class AutoUi(*li):
213-
def _set_children(self):
214-
self.children = [
215-
w.HBox([self.bn_showraw, self.html_title]),
216-
self.html_description,
217-
self.vbx_error,
218-
self.vbx_widget,
219-
self.vbx_showraw,
220-
]
213+
pass
221214

222215
else:
223216

0 commit comments

Comments
 (0)