fix stage loader download
This commit is contained in:
parent
efeeb8f40d
commit
9dd72475f1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export default {
|
||||||
const codeList = this.codes.map((c) => ({ ...c }));
|
const codeList = this.codes.map((c) => ({ ...c }));
|
||||||
|
|
||||||
if (this.stageLoaderCode)
|
if (this.stageLoaderCode)
|
||||||
codes.push({
|
codeList.push({
|
||||||
title: 'Stage List Loader',
|
title: 'Stage List Loader',
|
||||||
author: 'Noki Doki',
|
author: 'Noki Doki',
|
||||||
date: '-',
|
date: '-',
|
||||||
|
|
Loading…
Reference in a new issue