mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 04:36:38 +00:00
fix search id value in command items
This commit is contained in:
@@ -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