Skip to content

Commit

Permalink
refactor(plugin-flow-builder): add TODO to review a strange behavior …
Browse files Browse the repository at this point in the history
…in local
  • Loading branch information
Iru89 committed Oct 3, 2024
1 parent 503112b commit dbbdc66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class FlowText extends ContentFieldsBase {
const botVariable = keyPath.endsWith(ACCESS_TOKEN_VARIABLE_KEY)
? match
: getValueFromKeyPath(request, keyPath)
// TODO In local if change variable and render multiple times the value is always the last update
replacedText = replacedText.replace(
match,
this.isValidType(botVariable) ? botVariable : match
Expand Down

0 comments on commit dbbdc66

Please sign in to comment.