Skip to content

Commit

Permalink
Update plugins/ui/docs/components/action_group.md
Browse files Browse the repository at this point in the history
Co-authored-by: Don <[email protected]>
  • Loading branch information
AkshatJawne and dsmmcken authored Sep 25, 2024
1 parent 5e56321 commit 4ec3445
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/ui/docs/components/action_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ from deephaven import ui


my_action_group_is_emphasized_example = ui.action_group(
ui.item("Add"),
ui.item("Edit"),
ui.item("Delete"),
ui.item("Dogs"),
ui.item("Cats"),
ui.item("Fish"),
selected_keys["Dogs"],
selection_mode="single",
is_emphasized=True,
)
Expand Down

0 comments on commit 4ec3445

Please sign in to comment.