mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -2,7 +2,6 @@ import type {
|
||||
Credential,
|
||||
PluginPayload,
|
||||
} from './types'
|
||||
import { RiArrowDownSLine } from '@remixicon/react'
|
||||
import {
|
||||
memo,
|
||||
useCallback,
|
||||
@ -90,7 +89,7 @@ const PluginAuthInAgent = ({
|
||||
{
|
||||
unavailable && t('auth.unavailable', { ns: 'plugin' })
|
||||
}
|
||||
<RiArrowDownSLine className="ml-0.5 h-4 w-4" />
|
||||
<span className="i-ri-arrow-down-sline ml-0.5 h-4 w-4" />
|
||||
</Button>
|
||||
)
|
||||
}, [credentialId, credentials, t])
|
||||
|
||||
Reference in New Issue
Block a user