Update reflex/components/radix/themes/components/context_menu.py
Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>
This commit is contained in:
parent
b11358fe03
commit
4f6b316695
@ -236,7 +236,7 @@ class ContextMenuSeparator(RadixThemesComponent):
|
|||||||
class ContextMenuCheckbox(HighLevelCheckbox):
|
class ContextMenuCheckbox(HighLevelCheckbox):
|
||||||
"""The component that contains the checkbox."""
|
"""The component that contains the checkbox."""
|
||||||
|
|
||||||
tag = "ContextMenu.Checkbox"
|
tag = "ContextMenu.CheckboxItem"
|
||||||
|
|
||||||
|
|
||||||
class ContextMenu(ComponentNamespace):
|
class ContextMenu(ComponentNamespace):
|
||||||
|
Loading…
Reference in New Issue
Block a user