🐛 Fix personalisation bug (#2652)

* fix personlization bug

* fix translation issues

* fix suggested nodes

* update key
This commit is contained in:
Mutasem Aldmour
2022-01-07 20:41:28 +01:00
committed by GitHub
parent 4cefe98992
commit 6a2db6d107
3 changed files with 17 additions and 17 deletions

View File

@@ -86,7 +86,7 @@ export const TRIGGER_NODE_FILTER = 'Trigger';
export const ALL_NODE_FILTER = 'All';
export const UNCATEGORIZED_CATEGORY = 'Miscellaneous';
export const UNCATEGORIZED_SUBCATEGORY = 'Helpers';
export const PERSONALIZED_CATEGORY = 'Suggested Nodes';
export const PERSONALIZED_CATEGORY = 'Suggested Nodes';
export const HIDDEN_NODES = [START_NODE_TYPE];
export const REQUEST_NODE_FORM_URL = 'https://n8n-community.typeform.com/to/K1fBVTZ3';