mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 10:46:38 +00:00
fix search id value in command items
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user