fix: Fix some comments (no-changelog) (#11816)

Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
Bin Chang
2024-11-22 20:31:52 +08:00
committed by GitHub
parent 05c61091db
commit adf026c201
3 changed files with 3 additions and 3 deletions

View File

@@ -1829,7 +1829,7 @@ export default defineComponent({
return;
}
} else {
// Pasted data is is possible workflow data
// Pasted data is possible workflow data
try {
// Check first if it is valid JSON
workflowData = JSON.parse(plainTextData);