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 authored and zregvart committed Mar 31, 2019
1 parent e77034e commit feecc8a
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 feecc8a

Please sign in to comment.