Commit c521af67 authored by timel's avatar timel

fix: waitroom select placeholder

parent 17e41df0
Pipeline #21155 passed with stages
in 25 minutes and 21 seconds
......@@ -274,9 +274,11 @@ const WaitRoom = () => {
</Space>
<Space wrap size={16}>
<Select
placeholder="请选择卡组"
defaultValue={defaultDeck}
onChange={handleChoseDeck}
options={decks}
style={{ width: 160 }}
/>
</Space>
<Space>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment