diff --git a/packages/playground/src/store/reducers/workbenchSlice.ts b/packages/playground/src/store/reducers/workbenchSlice.ts index 1886451..98071bd 100644 --- a/packages/playground/src/store/reducers/workbenchSlice.ts +++ b/packages/playground/src/store/reducers/workbenchSlice.ts @@ -19,7 +19,7 @@ export const initialState: WorkbenchType = { files: [ { name: DefaultWip, - configContent: templateOptions[1].value as string, + configContent: templateOptions[0].value as string, valuesContent: '{}', gmtModified: Date.now(), },