Shared:Selector: fix stories

This commit is contained in:
Timofey Boyko 2024-05-22 14:51:06 +03:00
parent 2a04f2caf2
commit 7c1e90d2e0

View File

@ -98,7 +98,7 @@ const getItems = (count: number) => {
onCreateClick: () => {},
});
for (let i = 0; i < count / 2; i += 1) {
for (let i = 0; i < count; i += 1) {
const label = makeName();
items.push({
key: `${label} ${i}`,