fix stage loader download

This commit is contained in:
QbeRoot 2023-01-03 22:09:04 +01:00
parent efeeb8f40d
commit 9dd72475f1

View file

@ -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: '-',