feat: add feature flag to activate Links field creation (#5535)
Related issue: #3607
This commit is contained in:
@ -50,6 +50,12 @@ export const mockDefaultWorkspace: Workspace = {
|
||||
value: true,
|
||||
workspaceId: '7dfbc3f7-6e5e-4128-957e-8d86808cdf6w',
|
||||
},
|
||||
{
|
||||
id: '1492de61-5018-4368-8923-4f1eeaf988c7',
|
||||
key: 'IS_LINKS_FIELD_ENABLED',
|
||||
value: true,
|
||||
workspaceId: '7dfbc3f7-6e5e-4128-957e-8d86808cdf6w',
|
||||
},
|
||||
],
|
||||
createdAt: '2023-04-26T10:23:42.33625+00:00',
|
||||
updatedAt: '2023-04-26T10:23:42.33625+00:00',
|
||||
|
||||
Reference in New Issue
Block a user