Skip to content

Commit

Permalink
chore: defaults beta.sanity.startInCreateEnabled to false
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Oct 24, 2024
1 parent aaa7f79 commit fcf6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/prepareConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ function resolveSource({
enabled: false,
},
create: {
startInCreateEnabled: startInCreateEnabledReducer({config, initialValue: true}),
startInCreateEnabled: startInCreateEnabledReducer({config, initialValue: false}),
fallbackStudioOrigin: createFallbackOriginReducer(config),
},
},
Expand Down

0 comments on commit fcf6410

Please sign in to comment.