fix(editor): Cleanup demo/video experiment (#5974)

This commit is contained in:
Ricardo Espinoza
2023-04-18 07:28:12 -04:00
committed by GitHub
parent 1bb987140a
commit c171365d2a
5 changed files with 6 additions and 66 deletions

View File

@@ -62,17 +62,6 @@ export const DEFAULT_PLACEHOLDER_TRIGGER_BUTTON = {
},
};
export const WELCOME_STICKY_NODE = {
name: QUICKSTART_NOTE_NAME,
type: STICKY_NODE_TYPE,
typeVersion: 1,
position: [0, 0] as XYPosition,
parameters: {
height: 320,
width: 380,
},
};
export const CONNECTOR_FLOWCHART_TYPE: ConnectorSpec = {
type: N8nConnector.type,
options: {