add document start node to mock data

This commit is contained in:
Mads Rasmussen
2023-10-11 10:10:37 +02:00
parent 3219dce087
commit 26e4b5efa9

View File

@@ -86,7 +86,7 @@ export const data: Array<UserResponseModel & { type: string }> = [
{
id: '82e11d3d-b91d-43c9-9071-34d28e62e81d',
type: 'user',
contentStartNodeIds: [],
contentStartNodeIds: ['simple-document-id'],
mediaStartNodeIds: [],
name: 'Amelie Walker',
email: 'awalker1@domain.com',