diff --git a/reflex/components/radix/themes/components/context_menu.py b/reflex/components/radix/themes/components/context_menu.py index 6d016cbeb..f8512a902 100644 --- a/reflex/components/radix/themes/components/context_menu.py +++ b/reflex/components/radix/themes/components/context_menu.py @@ -237,9 +237,11 @@ class ContextMenuCheckbox(Checkbox): """The component that contains the checkbox.""" tag = "ContextMenu.CheckboxItem" + # Text to render as shortcut. shortcut: Var[str] + class ContextMenu(ComponentNamespace): """Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""