chore: max height project list on left panel
This commit is contained in:
parent
a8b9e1f147
commit
d690e0fa87
@ -403,7 +403,7 @@ const LeftPanel = () => {
|
|||||||
{t('common:projects.title')}
|
{t('common:projects.title')}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col max-h-[140px] overflow-y-scroll">
|
||||||
{filteredProjects
|
{filteredProjects
|
||||||
.slice()
|
.slice()
|
||||||
.sort((a, b) => b.updated_at - a.updated_at)
|
.sort((a, b) => b.updated_at - a.updated_at)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user