Skip to content

Commit

Permalink
fix(sanity): release detail document preview
Browse files Browse the repository at this point in the history
Note: We may wish to fix this properly by propagating the "bundle" to "release" string
      change more widely across the codebase. But this is a quick solution.
  • Loading branch information
juice49 committed Oct 24, 2024
1 parent 71dd461 commit 66e5eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function useBundleDocuments(release: string): {
getPreviewValueWithFallback({
value: document,
version: version.snapshot,
perspective: `release.${release}`,
perspective: `bundle.${release}`,
}),
schemaType,
),
Expand Down

0 comments on commit 66e5eca

Please sign in to comment.