Commit e7b1ff2f by Seefs

fix: merge conflict

parent 6303f99b
...@@ -2521,8 +2521,6 @@ const EditChannelModal = (props) => { ...@@ -2521,8 +2521,6 @@ const EditChannelModal = (props) => {
'键为原状态码,值为要复写的状态码,仅影响本地判断', '键为原状态码,值为要复写的状态码,仅影响本地判断',
)} )}
/> />
</Card>
</div>
{/* 字段透传控制 - OpenAI 渠道 */} {/* 字段透传控制 - OpenAI 渠道 */}
{inputs.type === 1 && ( {inputs.type === 1 && (
...@@ -2594,6 +2592,7 @@ const EditChannelModal = (props) => { ...@@ -2594,6 +2592,7 @@ const EditChannelModal = (props) => {
</> </>
)} )}
</Card> </Card>
</div>
{/* Channel Extra Settings Card */} {/* Channel Extra Settings Card */}
<div ref={el => formSectionRefs.current.channelExtraSettings = el}> <div ref={el => formSectionRefs.current.channelExtraSettings = el}>
...@@ -2699,8 +2698,6 @@ const EditChannelModal = (props) => { ...@@ -2699,8 +2698,6 @@ const EditChannelModal = (props) => {
/> />
</Card> </Card>
</div> </div>
</Card>
</div> </div>
</Spin> </Spin>
)} )}
......
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 sign in to comment