mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
Merge pull request #14760 from strapi/relations/refacto-state-management-fe-tests
Chore: Fix prop-type errors
This commit is contained in:
commit
ba652279ff
@ -26,6 +26,7 @@ const DEFAULT_PROPS_FIXTURE = {
|
||||
contentType: {
|
||||
uid: 'api::address.address',
|
||||
},
|
||||
entityId: 1,
|
||||
fieldSchema: {
|
||||
type: 'relation',
|
||||
relation: 'manyToMany',
|
||||
|
||||
@ -23,6 +23,7 @@ const defaultProps = {
|
||||
layout: ct,
|
||||
modifiedData: {},
|
||||
onPublish: jest.fn(),
|
||||
onPublishPromptDismissal: jest.fn(),
|
||||
onUnpublish: jest.fn(),
|
||||
status: 'resolved',
|
||||
publishConfirmation: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user