From 399f04ddb4b2c328484cd8a1feae6dd459b41681 Mon Sep 17 00:00:00 2001 From: Vy Nguyen <114444436+vydpnguyen@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:10:42 -0800 Subject: [PATCH] Update reflex/components/radix/themes/components/context_menu.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Brandého --- reflex/components/radix/themes/components/context_menu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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."""