File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import {getEnv} from '../utils/getEnv'
2
2
import { type PreviewValue , type ValuePending } from './previewStore'
3
3
4
4
export const PREVIEW_TAG = 'preview'
5
- export const PREVIEW_PERSPECTIVE = 'drafts '
5
+ export const PREVIEW_PERSPECTIVE = 'raw '
6
6
export const STABLE_EMPTY_PREVIEW : ValuePending < PreviewValue > = { data : null , isPending : false }
7
7
export const STABLE_ERROR_PREVIEW : ValuePending < PreviewValue > = {
8
8
data : {
Original file line number Diff line number Diff line change 1
1
import { type ValidProjection } from './types'
2
2
3
3
export const PROJECTION_TAG = 'sdk.projection'
4
- export const PROJECTION_PERSPECTIVE = 'drafts '
4
+ export const PROJECTION_PERSPECTIVE = 'raw '
5
5
export const PROJECTION_STATE_CLEAR_DELAY = 1000
6
6
7
7
export const STABLE_EMPTY_PROJECTION = {
You can’t perform that action at this time.
0 commit comments