fix: fix chunk and segment detail components (#14002)
This commit is contained in:
@@ -57,9 +57,6 @@ const SegmentDetail: FC<ISegmentDetailProps> = ({
|
||||
|
||||
const handleCancel = () => {
|
||||
onCancel()
|
||||
setQuestion(segInfo?.content || '')
|
||||
setAnswer(segInfo?.answer || '')
|
||||
setKeywords(segInfo?.keywords || [])
|
||||
}
|
||||
|
||||
const handleSave = () => {
|
||||
|
||||
Reference in New Issue
Block a user