mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
use id for data-value closes #86
This commit is contained in:
@@ -257,7 +257,7 @@ export default function CreateResourceForm({
|
||||
(site) => (
|
||||
<CommandItem
|
||||
value={
|
||||
site.name
|
||||
site.niceId
|
||||
}
|
||||
key={
|
||||
site.siteId
|
||||
|
||||
@@ -318,7 +318,7 @@ export default function CreateShareLinkForm({
|
||||
) => (
|
||||
<CommandItem
|
||||
value={
|
||||
r.name
|
||||
r.resourceId.toString()
|
||||
}
|
||||
key={
|
||||
r.resourceId
|
||||
|
||||
Reference in New Issue
Block a user