fix(dashboard): fix Total Domains filtering and theme switching, add form attributes

This commit is contained in:
2026-09-05 12:45:31 -04:00
parent b1ccf11634
commit 73822f08eb
8 changed files with 106 additions and 15 deletions
+2
View File
@@ -46,6 +46,8 @@ const CommandInput = React.forwardRef<
<Search className="mr-2 h-4 w-4 shrink-0 opacity-50" />
<CommandPrimitive.Input
ref={ref}
id={props.id ?? "command-palette-search"}
name={props.name ?? "commandPaletteSearch"}
className={cn(
"flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-hidden placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
className,