Feat/improve new views (#2298)
* POC new recoil injected scoped states * Finished useViewScopedState refactor * Finished refactor * Renamed mappers * Fixed update view fields bug * Post merge * Complete refactor * Fix tests --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -38,7 +38,7 @@ export const Email: Story = {
|
||||
await canvas.findByText(
|
||||
mockedPeopleData[0].displayName,
|
||||
{},
|
||||
{ timeout: 3000 },
|
||||
{ timeout: 1000 },
|
||||
);
|
||||
});
|
||||
|
||||
@ -82,7 +82,7 @@ export const Reset: Story = {
|
||||
await canvas.findByText(
|
||||
mockedPeopleData[0].displayName,
|
||||
{},
|
||||
{ timeout: 3000 },
|
||||
{ timeout: 1000 },
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user