mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-21 01:36:37 +08:00
修复 测试所有渠道按钮 失效的问题
This commit is contained in:
parent
6463e0539f
commit
261dc43c4e
@ -622,7 +622,7 @@ const ChannelsTable = () => {
|
||||
title="确定?"
|
||||
okType={'warning'}
|
||||
onConfirm={testAllChannels}
|
||||
position={isMobile()?'top':''}
|
||||
position={isMobile()?'top':'top'}
|
||||
>
|
||||
<Button theme='light' type='warning' style={{marginRight: 8}}>测试所有已启用通道</Button>
|
||||
</Popconfirm>
|
||||
|
Loading…
Reference in New Issue
Block a user