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:
TakuyaKurimoto
2024-12-31 23:00:45 +09:00
committed by GitHub
parent 97f5a5b8a5
commit 2c7f40ab1d
3 changed files with 75 additions and 3 deletions

View File

@ -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',
},
];