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 6104fe5 commit d1de106Copy full SHA for d1de106
packages/ui/src/views/Edit/index.tsx
@@ -286,7 +286,7 @@ export const DefaultEditView: React.FC<ClientSideEditViewProps> = ({
286
const { state } = await getFormState({
287
id,
288
collectionSlug,
289
- data: json?.doc,
+ data: json?.doc || json?.result,
290
docPermissions,
291
docPreferences,
292
globalSlug,
0 commit comments