Skip to content

Commit 2825fba

Browse files
[Issue #384]: Removed Home page.stories feature flag arg (#385)
## Ticket Resolves #384 ## Changes - Removed the `isFooEnabled` feature flag from the Home Page Storybook Story. - Removed the `args` from the Home Page Story ## Context for reviewers <!-- Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. --> - Feature flags have been deprecated so this is no longer needed - See: #384 ## Testing <!-- Provide evidence that the code works as expected. Explain what was done for testing and the results of the test plan. Include screenshots, [GIF demos](https://getkap.co/), shell commands or output to help show the changes working as expected. ProTip: you can drag and drop or paste images into this textbox. --> ![ScreenRecording2025-02-21at12 46 04PM-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/2bafab23-64f6-4168-bfdd-480a4b80c94f)
1 parent b39ee92 commit 2825fba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

template/{{app_name}}/src/app/[locale]/page.stories.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ import { View } from "./view";
55
const meta: Meta<typeof View> = {
66
title: "Pages/Home",
77
component: View,
8-
args: {
9-
isFooEnabled: false,
10-
},
118
};
129
export default meta;
1310

0 commit comments

Comments
 (0)