fix typo in dataeditor prop

This commit is contained in:
Khaleel Al-Adhami 2024-10-31 11:02:19 -07:00
parent a968231750
commit c76feeeed6

View File

@ -206,7 +206,7 @@ class DataEditor(NoSSRComponent):
get_cell_content: Var[str]
# Allow selection for copying.
get_cell_for_selection: Var[bool]
get_cells_for_selection: Var[bool]
# Allow paste.
on_paste: Var[bool]