mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat: Update workflow hash change copy (no-changelog) (#4742)
This commit is contained in:
parent
f023e957b0
commit
3d15c52bd7
|
@ -202,7 +202,7 @@ export class WorkflowsService {
|
|||
|
||||
if (!forceSave && workflow.hash !== '' && workflow.hash !== shared.workflow.hash) {
|
||||
throw new ResponseHelper.BadRequestError(
|
||||
'We are sorry, but the workflow has been changed in the meantime. Please reload the workflow and try again.',
|
||||
'Your most recent changes may be lost, because someone else just updated this workflow. Open this workflow in a new tab to see those new updates.',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue