use id for data-value closes #86

This commit is contained in:
Milo Schwartz 2025-01-23 21:26:59 -05:00
parent 5f92b0bbc1
commit 9a831e8e34
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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

View file

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