forked from MapComplete/MapComplete
Fix: fix #1580
This commit is contained in:
parent
4d2d54175c
commit
56934b79f6
3 changed files with 17 additions and 9 deletions
|
@ -54,6 +54,7 @@
|
|||
|
||||
if (
|
||||
confg.mappings?.length > 0 &&
|
||||
confg.multiAnswer &&
|
||||
(checkedMappings === undefined ||
|
||||
checkedMappings?.length < confg.mappings.length + (confg.freeform ? 1 : 0))
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue