mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-09-20 02:00:15 +00:00
fix(dashboard): fix Total Domains filtering and theme switching, add form attributes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user