Hide favorites,MessageParticipant and calendareventattendees from datamodel (#4392)
hide favorites, MessageParticipant and calendareventattendees from datamodel
This commit is contained in:
@ -819,7 +819,7 @@ export const getObjectMetadataItemsMock = () => {
|
||||
icon: 'IconHeart',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: false,
|
||||
isSystem: true,
|
||||
isNullable: true,
|
||||
createdAt: '2023-11-30T11:13:15.331Z',
|
||||
updatedAt: '2023-11-30T11:13:15.331Z',
|
||||
@ -1065,7 +1065,7 @@ export const getObjectMetadataItemsMock = () => {
|
||||
icon: 'IconHeart',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: false,
|
||||
isSystem: true,
|
||||
isNullable: true,
|
||||
createdAt: '2023-11-30T11:13:15.392Z',
|
||||
updatedAt: '2023-11-30T11:13:15.392Z',
|
||||
@ -3011,7 +3011,7 @@ export const getObjectMetadataItemsMock = () => {
|
||||
icon: 'IconHeart',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: false,
|
||||
isSystem: true,
|
||||
isNullable: true,
|
||||
createdAt: '2023-11-30T11:13:15.292Z',
|
||||
updatedAt: '2023-11-30T11:13:15.292Z',
|
||||
|
||||
Reference in New Issue
Block a user