From 2cabc4ec57f24dde582dbfc47c31c2b5ce858cb6 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 10 Aug 2022 16:15:46 +0100 Subject: [PATCH] wip --- .../creating-nodes/build/programmatic-style-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/creating-nodes/build/programmatic-style-node.md b/docs/integrations/creating-nodes/build/programmatic-style-node.md index 18ec79b15..d01090c17 100644 --- a/docs/integrations/creating-nodes/build/programmatic-style-node.md +++ b/docs/integrations/creating-nodes/build/programmatic-style-node.md @@ -207,7 +207,7 @@ credentials: [ -' + ## Creating the UI for the node Double-clicking on the FriendGrid node will open the Node Editor View. It will be empty since we haven't added any UI components yet. Luckily, n8n provides predefined JSON-based UI components that we can use to ask the user for different types of data.