chore(web): run oxlint before eslint (#29224)

This commit is contained in:
yyh
2025-12-07 11:36:33 +08:00
committed by GitHub
parent bbbfffb62f
commit c012eddb47
4 changed files with 99 additions and 7 deletions

View File

@@ -158,7 +158,7 @@ const UpdateDSLModal = ({
}
return true
}
catch (err: any) {
catch {
notify({ type: 'error', message: t('workflow.common.importFailure') })
return false
}