mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 03:13:41 +08:00
Merge remote-tracking branch 'origin/upstream/main'
This commit is contained in:
@@ -68,7 +68,7 @@ export const CHANNEL_OPTIONS = {
|
||||
25: {
|
||||
key: 25,
|
||||
text: 'Moonshot AI',
|
||||
value: 19,
|
||||
value: 25,
|
||||
color: 'default'
|
||||
},
|
||||
23: {
|
||||
|
||||
@@ -87,6 +87,8 @@ const EditModal = ({ open, tokenId, onCancel, onOk }) => {
|
||||
useEffect(() => {
|
||||
if (tokenId) {
|
||||
loadToken().then();
|
||||
} else {
|
||||
setInputs({...originInputs});
|
||||
}
|
||||
}, [tokenId]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user