Remove debugger statement in handleRadioChange
function
This commit is contained in:
parent
458f9b6a8b
commit
6316b6735a
@ -97,7 +97,6 @@ const ChatMark = ({ children, ...props }) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
const handleRadioChange = ({event,allValues})=>{
|
const handleRadioChange = ({event,allValues})=>{
|
||||||
debugger;
|
|
||||||
widgetsHandlers.apply((item, index) => {
|
widgetsHandlers.apply((item, index) => {
|
||||||
if(allValues.includes(item.id)){
|
if(allValues.includes(item.id)){
|
||||||
if(item.id === event){
|
if(item.id === event){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user