Skip to content

Commit

Permalink
Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed May 3, 2024
1 parent dec11ff commit 743ea58
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ exports[`SendMsgForm render should render 1`] = `
tag="temba-template-editor"
template={null}
url="assets/templates.json"
variables="[]"
/>
</React.Fragment>,
"checked": false,
Expand Down Expand Up @@ -192,10 +193,6 @@ Array [
"all_urns": false,
"attachments": Array [],
"quick_replies": Array [],
"template": Object {
"value": null,
},
"template_variables": Array [],
"text": "What is your favorite color?",
"type": "send_msg",
"uuid": "b1f332f3-bdd3-4891-aec5-1843a712dbf1",
Expand All @@ -222,12 +219,8 @@ Object {
"value": "",
},
"sendAll": true,
"template": Object {
"value": undefined,
},
"templateVariables": Object {
"value": undefined,
},
"template": null,
"templateVariables": Array [],
"topic": Object {
"value": undefined,
},
Expand Down

0 comments on commit 743ea58

Please sign in to comment.