Skip to content

Commit

Permalink
feat(test-studio): switch off Actions API integration; versions not c…
Browse files Browse the repository at this point in the history
…urrently supported in Content Lake
  • Loading branch information
juice49 committed Aug 12, 2024
1 parent 2365540 commit 7257f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/test-studio/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ const defaultWorkspace = {
icon: SanityMonogram,
// eslint-disable-next-line camelcase
__internal_serverDocumentActions: {
enabled: true,
// TODO: Switched off because Actions API doesn't support versions (yet).
enabled: false,
},
scheduledPublishing: {
enabled: true,
Expand Down

0 comments on commit 7257f58

Please sign in to comment.