mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
This commit is contained in:
@ -14,7 +14,7 @@ const NoPluginSelected: FC<Props> = ({
|
||||
const { t } = useTranslation()
|
||||
const text = `${t(`autoUpdate.upgradeModePlaceholder.${updateMode === AUTO_UPDATE_MODE.partial ? 'partial' : 'exclude'}`, { ns: 'plugin' })}`
|
||||
return (
|
||||
<div className="system-xs-regular rounded-[10px] border border-components-option-card-option-border bg-background-section p-3 text-center text-text-tertiary">
|
||||
<div className="rounded-[10px] border border-components-option-card-option-border bg-background-section p-3 text-center text-text-tertiary system-xs-regular">
|
||||
{text}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user