mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-19 18:14:45 +00:00
feat: able to search channel type now
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user