fix: show index letter problem

pull/12372/head
Joel 1 year ago
parent 83dae7e5bc
commit d67eb907dd

@ -20,7 +20,7 @@ const Item: FC<Props> = ({
}) => {
return (
<div>
<div className='flex items-start px-3 h-[22px] text-xs font-medium text-gray-500'>
<div className='flex items-center px-3 h-[22px] text-xs font-medium text-gray-500'>
{groupName}
</div>
<div>
@ -29,7 +29,7 @@ const Item: FC<Props> = ({
key={tool.id}
payload={tool}
viewType={ViewType.tree}
isShowLetterIndex
isShowLetterIndex={false}
onSelect={onSelect}
/>
))}

Loading…
Cancel
Save