Skip to content

Commit

Permalink
🔥 Remove unneeded comment
Browse files Browse the repository at this point in the history
ollyhensby committed Sep 11, 2024
1 parent 104e5c3 commit 239a171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipyautoui/custom/buttonbars.py
Original file line number Diff line number Diff line change
@@ -347,7 +347,7 @@ def display_ui_tooltips(uiobj: w.DOMWidget) -> w.VBox:
)


class CrudButtonBar(w.VBox): # w.HBox
class CrudButtonBar(w.VBox):
active = tr.Unicode(default_value=None, allow_none=True)
crud_view = tr.Dict(default_value=DEFAULT_BUTTONBAR_CONFIG)
fn_add = tr.Callable(default_value=lambda: print("add"))

0 comments on commit 239a171

Please sign in to comment.