diff --git a/reflex/components/radix/themes/components/context_menu.py b/reflex/components/radix/themes/components/context_menu.py index 391fe06ec..aed0823e1 100644 --- a/reflex/components/radix/themes/components/context_menu.py +++ b/reflex/components/radix/themes/components/context_menu.py @@ -238,6 +238,7 @@ class ContextMenuCheckbox(HighLevelCheckbox): tag = "ContextMenu.Checkbox" + class ContextMenu(ComponentNamespace): """Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""