From 4cccec420a69249782b701b3f1f97bf3077331ce Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Thu, 28 Sep 2023 13:16:30 +0200 Subject: [PATCH] fix docstring --- solara/lab/components/confirmation_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solara/lab/components/confirmation_dialog.py b/solara/lab/components/confirmation_dialog.py index b7932d214..e1a0e83c3 100644 --- a/solara/lab/components/confirmation_dialog.py +++ b/solara/lab/components/confirmation_dialog.py @@ -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.