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:
@ -20,7 +20,7 @@ const Header = ({
|
||||
|
||||
return (
|
||||
<div className="flex items-center gap-x-1 px-4 py-2">
|
||||
<div className="system-sm-semibold-uppercase grow text-text-secondary">
|
||||
<div className="grow text-text-secondary system-sm-semibold-uppercase">
|
||||
{t('addDocuments.stepTwo.chunkSettings', { ns: 'datasetPipeline' })}
|
||||
</div>
|
||||
<Button variant="ghost" disabled={resetDisabled} onClick={onReset}>
|
||||
|
||||
Reference in New Issue
Block a user