mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 04:29:24 +08:00
fix: prevent child delimiter add from submitting form (#17421)
This commit is contained in:
@@ -208,6 +208,7 @@ const TokenChunkerForm = ({
|
||||
))}
|
||||
|
||||
<BlockButton
|
||||
type="button"
|
||||
onClick={() => childrenDelimiters.append({ value: '\n' })}
|
||||
>
|
||||
{t('common.add')}
|
||||
|
||||
Reference in New Issue
Block a user