We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f530 commit 54ac8b9Copy full SHA for 54ac8b9
packages/next/src/views/LivePreview/index.tsx
@@ -38,6 +38,7 @@ export const LivePreviewView: PayloadServerReactComponent<EditViewComponent> = a
38
depth: 0,
39
draft: true,
40
fallbackLocale: false,
41
+ locale: locale?.code,
42
})
43
}
44
@@ -47,6 +48,7 @@ export const LivePreviewView: PayloadServerReactComponent<EditViewComponent> = a
47
48
49
50
51
52
53
54
} catch (error) {
0 commit comments