Skip to content

Commit

Permalink
feat(sources): allow collapsing Essentials in All Sources
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Dec 17, 2024
1 parent 8593029 commit d02aa55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/components-react/windows/source-showcase/SourceGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,7 @@ export default function SourceGrid(p: { activeTab: string }) {
activeKey={expandedSections}
onChange={xs => setExpandedSections(xs as string[])}
>
<Panel
header={$t('Essentials')}
key="essentialSources"
collapsible="disabled"
showArrow={false}
>
<Panel header={$t('Essentials')} key="essentialSources">
<div className="collapse-section" data-testid="essential-sources">
{essentialSourcesList}
</div>
Expand Down

0 comments on commit d02aa55

Please sign in to comment.