mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
chore: Lintfix frontend packages (#16896)
This commit is contained in:
@@ -115,7 +115,7 @@ const save = async (): Promise<void> => {
|
||||
parentFolderId,
|
||||
});
|
||||
|
||||
if (!!workflowId) {
|
||||
if (workflowId) {
|
||||
closeDialog();
|
||||
telemetry.track('User duplicated workflow', {
|
||||
old_workflow_id: currentWorkflowId,
|
||||
|
||||
Reference in New Issue
Block a user