fix: fix internal project.getSchema default stage is error

This commit is contained in:
liujuping 2022-04-21 11:30:40 +08:00 committed by LeoYuan 袁力皓
parent c657cee069
commit 0d40db2581

View File

@ -52,7 +52,7 @@ export class Project {
/** /**
* schema * schema
*/ */
getSchema(stage: TransformStage = TransformStage.Render): ProjectSchema { getSchema(stage: TransformStage = TransformStage.Save): ProjectSchema {
return { return {
...this.data, ...this.data,
// TODO: future change this filter // TODO: future change this filter