diff --git a/reflex/components/radix/themes/components/context_menu.py b/reflex/components/radix/themes/components/context_menu.py index 93bbd936b..e87f6cf67 100644 --- a/reflex/components/radix/themes/components/context_menu.py +++ b/reflex/components/radix/themes/components/context_menu.py @@ -237,7 +237,8 @@ class ContextMenuCheckbox(HighLevelCheckbox): """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."""