mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
fix select
This commit is contained in:
parent
602b68ad91
commit
aaac898a11
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ module.exports = {
|
|||
|
||||
currentRevision = res.data.platforms[DEFAULT_PLATFORM].images[0].id
|
||||
|
||||
let selectTypeOptions = Object.keys(res.data.platforms).map((r) => {
|
||||
let selectTypeOptions = Object.keys(res.data.platforms).splice(0, 25).map((r) => {
|
||||
let pl = res.data.platforms[r]
|
||||
return {
|
||||
label: pl.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue