Fix storybook tests (#5487)
Fixes #5486 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: v1b3m <vibenjamin6@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -49,6 +49,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: true,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
@ -93,6 +94,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
nameSingular: 'viewField',
|
||||
namePlural: 'viewFields',
|
||||
isSystem: true,
|
||||
isRemote: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -110,6 +112,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: false,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
@ -132,6 +135,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: true,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
@ -154,6 +158,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: false,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
@ -176,6 +181,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: false,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
@ -198,6 +204,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: false,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
@ -220,6 +227,7 @@ const customObjectMetadataItemEdge: ObjectEdge = {
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
options: null,
|
||||
isNullable: false,
|
||||
createdAt: '2024-04-08T12:48:49.538Z',
|
||||
updatedAt: '2024-04-08T12:48:49.538Z',
|
||||
|
||||
Reference in New Issue
Block a user