Fix NavigationDrawer story (#9235)
Closes https://github.com/twentyhq/twenty/issues/7492 ## Description This PR will fix NavigationDrawer story. ## Testing <img width="1407" alt="スクリーンショット 2024-12-25 23 27 25" src="https://github.com/user-attachments/assets/d9ee4363-f2b2-408f-b2b8-c4dd92cfd66b" /> <img width="1326" alt="スクリーンショット 2024-12-26 0 28 47" src="https://github.com/user-attachments/assets/b21fbe02-9d56-4b9b-8631-ee4530e5a5d1" /> --------- Co-authored-by: Takuya Kurimoto <takuya004869@gmail.com> Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
export const mockedFavoriteFoldersData = [
|
||||
{
|
||||
id: '12f299d1-caf6-225b-ffb2-b1bb625d8f96',
|
||||
name: 'Sample',
|
||||
position: 0,
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
deletedAt: null,
|
||||
__typename: 'FavoriteFolder',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user