feat: able to search channel type now

This commit is contained in:
JustSong 2024-03-10 15:00:33 +08:00
parent 8388aa537f
commit 27ad8bfb98

View File

@ -214,6 +214,7 @@ const EditChannel = () => {
label='类型' label='类型'
name='type' name='type'
required required
search
options={CHANNEL_OPTIONS} options={CHANNEL_OPTIONS}
value={inputs.type} value={inputs.type}
onChange={handleInputChange} onChange={handleInputChange}