mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 10:13:01 +08:00
Fix variable typo (#8084)
This commit is contained in:
@@ -32,7 +32,7 @@ const EmptyDatasetCreationModal = ({
|
||||
return
|
||||
}
|
||||
if (inputValue.length > 40) {
|
||||
notify({ type: 'error', message: t('datasetCreation.stepOne.modal.nameLengthInvaild') })
|
||||
notify({ type: 'error', message: t('datasetCreation.stepOne.modal.nameLengthInvalid') })
|
||||
return
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user