mirror of
https://github.com/langgenius/dify.git
synced 2025-11-30 21:06:48 +00:00
fix: missing import dsl version incompatible modal (#27338)
This commit is contained in:
parent
8bca7814f4
commit
2f3a61b51b
@ -132,8 +132,6 @@ const CreateFromDSLModal = ({ show, onSuccess, onClose, activeTab = CreateFromDS
|
||||
importedVersion: imported_dsl_version ?? '',
|
||||
systemVersion: current_dsl_version ?? '',
|
||||
})
|
||||
if (onClose)
|
||||
onClose()
|
||||
setTimeout(() => {
|
||||
setShowErrorModal(true)
|
||||
}, 300)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user