Skip to content

Commit

Permalink
refactor: using simple releaseId for perspective rather than bundle p…
Browse files Browse the repository at this point in the history
…refix
  • Loading branch information
jordanl17 committed Dec 11, 2024
1 parent b939ef4 commit 886ccf7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function useBundleDocuments(releaseId: string): {
getPreviewValueWithFallback({
value: document,
version: version.snapshot,
perspective: `bundle.${releaseId}`,
perspective: releaseId,
}),
schemaType,
),
Expand Down Expand Up @@ -151,7 +151,7 @@ export function useBundleDocuments(releaseId: string): {
getPreviewValueWithFallback({
value: document,
version: version.snapshot || document,
perspective: `bundle.${releaseId}`,
perspective: releaseId,
}),
schemaType,
),
Expand Down

0 comments on commit 886ccf7

Please sign in to comment.