Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Dec 11, 2024
1 parent 4ada638 commit fa56dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def get_docs(file_path: str, type: Literal["antd", "base"]):
"label": get_text("Switch", "Switch 开关"),
"key": "switch"
}, {
"label": get_text("TimePicker", "Time Picker 时间选择器"),
"label": get_text("TimePicker", "TimePicker 时间选择器"),
"key": "time_picker"
}, {
"label": get_text("Transfer", "Transfer 穿梭框"),
Expand Down

0 comments on commit fa56dfa

Please sign in to comment.