Create empty page for calendar table (#14479)

<img width="1512" height="876" alt="image"
src="https://github.com/user-attachments/assets/e845fb3a-9977-4ab7-9eb7-4e60e499165b"
/>
This commit is contained in:
Charles Bochet
2025-09-14 18:03:38 +02:00
committed by GitHub
parent e3035bd4d7
commit e13db84f48
17 changed files with 93 additions and 8 deletions
@@ -70,6 +70,11 @@ export const seedFeatureFlags = async (
workspaceId: workspaceId,
value: false,
},
{
key: FeatureFlagKey.IS_CALENDAR_VIEW_ENABLED,
workspaceId: workspaceId,
value: true,
},
])
.execute();
};