|
|
|
@ -2152,7 +2152,7 @@ class PollNew extends Component {
|
|
|
|
|
arr[i].question.max_choices = length;
|
|
|
|
|
}else{
|
|
|
|
|
arr[i].question.min_choices = parseInt(value);
|
|
|
|
|
arr[i].question.max_choices = length;
|
|
|
|
|
arr[i].question.max_choices = max;
|
|
|
|
|
}
|
|
|
|
|
}catch (e) {
|
|
|
|
|
arr[i].question.min_choices = 2;
|
|
|
|
|