Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Sep 28, 2023
1 parent 7ea8ac5 commit 4cccec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/lab/components/confirmation_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def Page():
## Arguments
* `open`: Indicates whether the dialog is being shown or not.
* `on_open`: lalalal read about two-way binding vs ...
* `on_open`: Callback to call when the dialog opens of closes.
* `content`: Message that is displayed.
* `title`: Title of the dialog.
* `ok`: If a string, this text will be displayed on the confirmation button (default is "OK"). If a Button, it will be used instead of the default button.
Expand Down

0 comments on commit 4cccec4

Please sign in to comment.