Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 89545f4

Browse files
committed
bump
1 parent 0ac0000 commit 89545f4

2 files changed

Lines changed: 318 additions & 198 deletions

File tree

pcweb/pages/docs/component.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def render_select(prop: PropDocumentation, component: type[Component], prop_dict
188188
class_name="relative shrink-0 rounded-md size-8 cursor-pointer",
189189
)
190190
for color in list(map(str, type_.__args__))
191+
if color != ""
191192
],
192193
columns="6",
193194
spacing="3",

0 commit comments

Comments
 (0)