mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:01:46 +08:00
fix: success test
This commit is contained in:
@@ -5,6 +5,7 @@ import { useMemo } from 'react'
|
||||
import { isEqual } from 'lodash-es'
|
||||
import { useBatchUpdateDocMetadata } from '@/service/knowledge/use-metadata'
|
||||
import Toast from '@/app/components/base/toast'
|
||||
import { t } from 'i18next'
|
||||
|
||||
type Props = {
|
||||
datasetId: string
|
||||
@@ -132,7 +133,7 @@ const useBatchEditDocumentMetadata = ({
|
||||
hideEditModal()
|
||||
Toast.notify({
|
||||
type: 'success',
|
||||
message: 'common.api.actionSuccess',
|
||||
message: t('common.actionMsg.modifiedSuccessfully'),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user