mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 10:17:50 +08:00
fix: authing two buttons
This commit is contained in:
@ -182,7 +182,7 @@ const MCPDetailContent: FC<Props> = ({
|
||||
</div>
|
||||
</div>
|
||||
<div className='mt-5'>
|
||||
{detail.is_team_authorization && (
|
||||
{!isAuthorizing && detail.is_team_authorization && (
|
||||
<Button
|
||||
variant='secondary'
|
||||
className='w-full'
|
||||
|
||||
Reference in New Issue
Block a user