Skip to content

Commit

Permalink
Fix for empty flows not being editable
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Mar 10, 2019
1 parent 8812283 commit d521f1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions module/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -281,5 +281,3 @@ export function init(
}

}


0 comments on commit d521f1b

Please sign in to comment.