mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Canvas showing error toast when clicking outside of "import workflow by url" modal (#9001)
This commit is contained in:
@@ -587,6 +587,10 @@ export default defineComponent({
|
||||
},
|
||||
)) as MessageBoxInputData;
|
||||
|
||||
if (promptResponse === 'cancel') {
|
||||
return;
|
||||
}
|
||||
|
||||
nodeViewEventBus.emit('importWorkflowUrl', { url: promptResponse.value });
|
||||
} catch (e) {}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user