fix bugname tag amo ItemsSelectionView

This commit is contained in:
Nastya 2024-11-28 20:09:40 +03:00
parent 58b45885b6
commit 4e413aaa14

@ -82,7 +82,7 @@ export const AmoTags: FC<Props> = ({
isError={sortedTagsItems.length === 0}
constrictor={startConstrictor}
/>
<ItemsSeactiveScopelectionView
<ItemsSelectionView
items={sortedTagsItems}
selectedItemId={selectedTag}
setSelectedItem={setSelectedTag}