feat: add Object Edit Settings section with Object preview (#4216)
* feat: add Object Edit Settings section with Object preview Closes #3834 * fix: fix preview card stories * test: improve getFieldDefaultPreviewValue tests * test: add getFieldPreviewValueFromRecord tests * test: add useFieldPreview tests * refactor: rename and move components * fix: restore RecordStoreDecorator
This commit is contained in:
@ -10,7 +10,7 @@ export const mockWorkspaceMembers = [
|
||||
createdAt: '2023-12-18T09:51:19.645Z',
|
||||
updatedAt: '2023-12-18T09:51:19.645Z',
|
||||
userId: '20202020-7169-42cf-bc47-1cfef15264b8',
|
||||
colorScheme: 'Light',
|
||||
colorScheme: 'Light' as const,
|
||||
},
|
||||
{
|
||||
id: '20202020-77d5-4cb6-b60a-f4a835a85d61',
|
||||
@ -23,6 +23,6 @@ export const mockWorkspaceMembers = [
|
||||
createdAt: '2023-12-18T09:51:19.645Z',
|
||||
updatedAt: '2023-12-18T09:51:19.645Z',
|
||||
userId: '20202020-3957-4908-9c36-2929a23f8357',
|
||||
colorScheme: 'Light',
|
||||
colorScheme: 'Dark' as const,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user