n8n-demo-component
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "n8n-demo-component", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "web component for workflow previews", | ||
@@ -5,0 +5,0 @@ "main": "n8n-demo.js", |
@@ -49,2 +49,4 @@ import { LitElement, html, css } from 'lit'; | ||
const json = JSON.parse(data); | ||
console.log(this.workflow); | ||
console.log(json); | ||
if (json.command === 'n8nReady') { | ||
@@ -51,0 +53,0 @@ this.showPreview = true; |
3506583
5510