Skip to content

Commit 2861c6e

Browse files
committed
fix(core): don't return in loop during multiselect option creation
1 parent 4e27c71 commit 2861c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/mapper/multiselect.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export default function Multiselect(props) {
5252
{name}
5353
</deco.Input.Option>
5454
);
55-
return options;
5655
}
56+
return options;
5757
}, [form.titleMap, localizer]);
5858

5959
return (

0 commit comments

Comments
 (0)