Skip to content

Commit

Permalink
Fixes syndesisio#4933 Errors in UI when adding connections not provid…
Browse files Browse the repository at this point in the history
…ing any tags
  • Loading branch information
christophd committed Mar 18, 2019
1 parent e0270ae commit 11f2c85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ export class CurrentFlowService {
typeof step.connection !== 'undefined' &&
typeof step.action !== 'undefined' &&
typeof step.configuredProperties !== 'undefined' &&
typeof step.action.tags !== 'undefined' &&
typeof step.action.tags.find(tag => tag === 'dynamic') !==
'undefined'
) {
Expand Down

0 comments on commit 11f2c85

Please sign in to comment.