Skip to content

Commit

Permalink
fix: Do not expost combo_box or date_picker yet
Browse files Browse the repository at this point in the history
- These components are not implemented on the JS side
  • Loading branch information
mofojed committed May 15, 2024
1 parent 0101436 commit 07ab693
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/ui/src/deephaven/ui/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
from .list_action_group import list_action_group
from .list_action_menu import list_action_menu
from .item_table_source import item_table_source
from .date_picker import date_picker
from .combo_box import combo_box

from . import html

Expand All @@ -27,12 +25,10 @@
"button_group",
"checkbox",
"column",
"combo_box",
"component",
"content",
"contextual_help",
"dashboard",
"date_picker",
"flex",
"form",
"fragment",
Expand Down

0 comments on commit 07ab693

Please sign in to comment.