File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
apps/sim/app/workspace/[workspaceId]/home/components/template-prompts Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ function getGroupedExtras() {
2626
2727 for ( const [ key , meta ] of Object . entries ( CATEGORY_META ) ) {
2828 const cat = key as Category
29+ if ( cat === 'popular' ) continue
2930 const items = byCategory . get ( cat )
3031 if ( items ?. length ) {
3132 groups . push ( { category : cat , label : meta . label , templates : items } )
@@ -72,6 +73,7 @@ export function TemplatePrompts({ onSelect }: TemplatePromptsProps) {
7273 < button
7374 type = 'button'
7475 onClick = { ( ) => setExpanded ( ( prev ) => ! prev ) }
76+ aria-expanded = { expanded }
7577 className = 'flex items-center justify-center gap-[6px] text-[13px] text-[var(--text-secondary)] transition-colors hover:text-[var(--text-body)]'
7678 >
7779 { expanded ? (
You can’t perform that action at this time.
0 commit comments