gramene-search 1.6.23 → 1.6.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- 64094844
2
- 1746629399112570000
1
+ 64260376
2
+ 1746630965227134000
package/dist/index.js CHANGED
@@ -2319,7 +2319,7 @@ const $9e29a4f60318db7a$var$Detail = (props)=>{
2319
2319
  onChange: (e)=>setAtlasExperiment(e.target.value),
2320
2320
  children: atlasExperimentList.map((experiment, index)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("option", {
2321
2321
  value: experiment._id,
2322
- children: experiment.name
2322
+ children: experiment.description || experiment._id
2323
2323
  }, index))
2324
2324
  })
2325
2325
  })