mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
fix: Fix some comments (no-changelog) (#11816)
Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user