mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore(web): run oxlint before eslint (#29224)
This commit is contained in:
@ -158,7 +158,7 @@ const UpdateDSLModal = ({
|
||||
}
|
||||
return true
|
||||
}
|
||||
catch (err: any) {
|
||||
catch {
|
||||
notify({ type: 'error', message: t('workflow.common.importFailure') })
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user