fixed e2e

This commit is contained in:
Beverly Nguyen
2025-03-14 13:47:02 -07:00
parent 29373d41ca
commit 02a188a080
4 changed files with 15 additions and 7 deletions

View File

@@ -101,6 +101,9 @@
{% set button_text %}
{{ "Schedule" if scheduled_for else 'Send'}}
{% endset %}
{{ usaButton({ "text": button_text }) }}
{{ usaButton({
"text": button_text,
"name": button_text
}) }}
</form>
{% endblock %}