mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
chore: eslint add sonar (#17989)
This commit is contained in:
@@ -66,7 +66,7 @@ const WorkflowToolAsModal: FC<Props> = ({
|
||||
if (name === '')
|
||||
return true
|
||||
|
||||
return /^[a-zA-Z0-9_]+$/.test(name)
|
||||
return /^\w+$/.test(name)
|
||||
}
|
||||
|
||||
const onConfirm = () => {
|
||||
|
||||
Reference in New Issue
Block a user