feat: add user detail and selection functionality to dashboard
Deploy to VPS / deploy (push) Successful in 2m23s
Deploy to VPS / deploy (push) Successful in 2m23s
This commit is contained in:
@@ -124,7 +124,9 @@ export function GuildSelector({
|
||||
</Badge>
|
||||
<Select value={value} onValueChange={(v) => v && onChange(v)}>
|
||||
<SelectTrigger className="h-8 w-full max-w-xs">
|
||||
<SelectValue placeholder="Select a guild…" />
|
||||
<SelectValue placeholder="Select a guild…">
|
||||
{guilds.find((g) => g.id === value)?.name}
|
||||
</SelectValue>
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
{guilds.map((g) => (
|
||||
|
||||
Reference in New Issue
Block a user