Skip to content

Commit 4cdad47

Browse files
authored
Merge pull request #1955 from seefs001/fix/megge-conflict
fix: merge conflict
2 parents 92a4e88 + 6a1de0e commit 4cdad47

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web/src/components/table/channels/modals/EditChannelModal.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,8 +2521,6 @@ const EditChannelModal = (props) => {
25212521
'键为原状态码,值为要复写的状态码,仅影响本地判断',
25222522
)}
25232523
/>
2524-
</Card>
2525-
</div>
25262524

25272525
{/* 字段透传控制 - OpenAI 渠道 */}
25282526
{inputs.type === 1 && (
@@ -2593,7 +2591,8 @@ const EditChannelModal = (props) => {
25932591
/>
25942592
</>
25952593
)}
2596-
</Card>
2594+
</Card>
2595+
</div>
25972596

25982597
{/* Channel Extra Settings Card */}
25992598
<div ref={el => formSectionRefs.current.channelExtraSettings = el}>
@@ -2699,8 +2698,6 @@ const EditChannelModal = (props) => {
26992698
/>
27002699
</Card>
27012700
</div>
2702-
2703-
</Card>
27042701
</div>
27052702
</Spin>
27062703
)}

0 commit comments

Comments
 (0)