Web:Components:Selector: add example infinity scroll of storybook

This commit is contained in:
TimofeyBoyko 2022-09-02 16:19:24 +03:00
parent c1bcc50561
commit e15fab8d26

View File

@ -42,7 +42,7 @@ const getItems = (count) => {
items.push({
key: `room_${i}`,
id: `room_${i}`,
label: makeName(),
label: makeName() + " " + i + " room",
icon: "static/images/icons/32/rooms/custom.svg",
});
}