mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
fix search id value in command items
This commit is contained in:
@@ -465,7 +465,7 @@ export default function CreateResourceForm({
|
||||
) => (
|
||||
<CommandItem
|
||||
value={
|
||||
site.niceId
|
||||
`${site.siteId}:${site.name}:${site.niceId}`
|
||||
}
|
||||
key={
|
||||
site.siteId
|
||||
|
||||
@@ -320,7 +320,7 @@ export default function CreateShareLinkForm({
|
||||
) => (
|
||||
<CommandItem
|
||||
value={
|
||||
r.resourceId.toString()
|
||||
`${r.name}:${r.resourceId}`
|
||||
}
|
||||
key={
|
||||
r.resourceId
|
||||
|
||||
Reference in New Issue
Block a user