Skip to content

Commit

Permalink
docs(core): update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Aug 18, 2024
1 parent 2b1929d commit b1b4d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/store/reducers/workbenchSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
Expand Down

0 comments on commit b1b4d1f

Please sign in to comment.