mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-21 11:15:13 +02:00
fix search id value in command items
This commit is contained in:
parent
7d6dd9e9fd
commit
9d36198459
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue