fix search id value in command items

This commit is contained in:
Milo Schwartz 2025-02-01 21:19:24 -05:00
parent 7d6dd9e9fd
commit 9d36198459
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -465,7 +465,7 @@ export default function CreateResourceForm({
) => ( ) => (
<CommandItem <CommandItem
value={ value={
site.niceId `${site.siteId}:${site.name}:${site.niceId}`
} }
key={ key={
site.siteId site.siteId

View file

@ -320,7 +320,7 @@ export default function CreateShareLinkForm({
) => ( ) => (
<CommandItem <CommandItem
value={ value={
r.resourceId.toString() `${r.name}:${r.resourceId}`
} }
key={ key={
r.resourceId r.resourceId