-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(editor): Decouple REST calls from views (no-changelog) #5202
refactor(editor): Decouple REST calls from views (no-changelog) #5202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Awesome work.
state.items = deepCopy(state.items); | ||
}); | ||
if (destination.id && destination.id in this.items) { | ||
console.log(destination); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
absolutely not :)
* master: fix(editor): Making parameter input components label configurable (#5195) feat(Google Analytics Node): Overhaul for google analytics node fix(Linear Node): Fix issue with single item not being returned (#5193) refactor: Update Notion nodes to remove beta from name (#4838) refactor(editor): Decouple REST calls from views (no-changelog) (#5202) test: Skip some syslog tests (no-changelog) (#5206) fix(Notion (Beta) Node): Fix create database page fails if relation param is empty/undefined (#5182) fix(core): Fix url in error handelling for the error Trigger (#5201) 📚 Update CHANGELOG.md and main package.json to 0.212.0 🔖 Release [email protected] ⬆️ Set [email protected] and [email protected] on n8n 🔖 Release [email protected] 🔖 Release [email protected] fix(core): Revert rule @typescript-eslint/prefer-nullish-coalescing feat(core): Add Prometheus metrics for n8n events and api invocations (experimental) (#5177)
Got released with |
Github issue / Community forum post (link here to close automatically):