Skip to content

Commit

Permalink
XIVY-12667 Removed console output
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-fhe committed Nov 2, 2023
1 parent 8b6ded8 commit da7e559
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
<p:outputLabel for="typeSelection" value="Receiver Type"/>
<p:selectOneRadio id="typeSelection"
value="#{data.sendDemoMessageData.type}"
layout="lineDirection" required="true"
onclick="(() => {console.log('hamburger')})()">
layout="lineDirection" required="true">
<f:selectItem itemLabel="E-Mail" itemValue="email"
id="radioEmail" />
<f:selectItem itemLabel="Phone" itemValue="phone"
Expand Down

0 comments on commit da7e559

Please sign in to comment.