You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix missing buttons when template_language is a variable (#283)
* Fix missing buttons when `template_language` is a variable
Resolves#279 by evaluating template language expressions before comparing with simulator language in `extract_buttons/2`.
This enables buttons to appear correctly in multi-language flows where `template_language` is set via a variable like `@fields.language`.
* chore: update version