mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
mrege
This commit is contained in:
@ -39,7 +39,7 @@ const PluginsPicker: FC<Props> = ({
|
||||
? (
|
||||
<div className="flex justify-between text-text-tertiary">
|
||||
<div className="system-xs-medium">{t(`${i18nPrefix}.${isExcludeMode ? 'excludeUpdate' : 'partialUPdate'}`, { ns: 'plugin', num: value.length })}</div>
|
||||
<div className="system-xs-medium cursor-pointer" onClick={handleClear}>{t(`${i18nPrefix}.operation.clearAll`, { ns: 'plugin' })}</div>
|
||||
<div className="cursor-pointer system-xs-medium" onClick={handleClear}>{t(`${i18nPrefix}.operation.clearAll`, { ns: 'plugin' })}</div>
|
||||
</div>
|
||||
)
|
||||
: (
|
||||
|
||||
Reference in New Issue
Block a user