From 7cdb160aa10a7ad69bcd4112af3cbe5979c4307a Mon Sep 17 00:00:00 2001 From: Joe Numainville Date: Thu, 14 Mar 2024 11:07:39 -0500 Subject: [PATCH] small fix --- plugins/ui/src/deephaven/ui/components/list_view.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ui/src/deephaven/ui/components/list_view.py b/plugins/ui/src/deephaven/ui/components/list_view.py index b230b6ee5..ed71f1e32 100644 --- a/plugins/ui/src/deephaven/ui/components/list_view.py +++ b/plugins/ui/src/deephaven/ui/components/list_view.py @@ -63,9 +63,9 @@ def list_view( The `on_*` event handlers within the passed object will be modified so that the second argument is the key for the `list_view` item that the buttons are embedded in. default_selected_keys: - The initial selected key in the collection (uncontrolled). + The initial selected keys in the collection (uncontrolled). selected_keys: - The currently selected key in the collection (controlled). + The currently selected keys in the collection (controlled). render_empty_state: Sets what the `list_view` should render when there is no content to display. on_selection_change: