From d521f1b176769761fbe1b23b43ed36f20d1e8287 Mon Sep 17 00:00:00 2001 From: Anthony Blackshaw Date: Sun, 10 Mar 2019 20:58:27 +0000 Subject: [PATCH] Fix for empty flows not being editable --- module/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/index.js b/module/index.js index c2b0ca0..966ecb6 100644 --- a/module/index.js +++ b/module/index.js @@ -174,7 +174,7 @@ export function init( ) // Initialize the page flow manager - if ($.one('[data-cf-snippet]')) { + if ($.one('[data-cf-flow]')) { flowMgr.init( '[data-cf-flow]', new FlowAPI( @@ -281,5 +281,3 @@ export function init( } } - -