mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
This commit is contained in:
@ -25,7 +25,7 @@ const SecretKeyButton = ({ className, appId, textCls }: ISecretKeyButtonProps) =
|
||||
<div className="flex h-3.5 w-3.5 items-center justify-center">
|
||||
<RiKey2Line className="h-3.5 w-3.5 text-text-tertiary" />
|
||||
</div>
|
||||
<div className={`system-xs-medium px-[3px] text-text-tertiary ${textCls}`}>{t('apiKey', { ns: 'appApi' })}</div>
|
||||
<div className={`px-[3px] text-text-tertiary system-xs-medium ${textCls}`}>{t('apiKey', { ns: 'appApi' })}</div>
|
||||
</Button>
|
||||
<SecretKeyModal isShow={isVisible} onClose={() => setVisible(false)} appId={appId} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user