mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-12 23:15:00 +02:00
use id for data-value closes #86
This commit is contained in:
parent
5f92b0bbc1
commit
9a831e8e34
2 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ export default function CreateResourceForm({
|
|||
(site) => (
|
||||
<CommandItem
|
||||
value={
|
||||
site.name
|
||||
site.niceId
|
||||
}
|
||||
key={
|
||||
site.siteId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue