Skip to content

Commit cfafd24

Browse files
Remove copy from new (#552)
* Removing the old dashboard code * one last line to clean * commit for review and collab * people enabled * putting copy engagement in feature flag for future release * updating tests Co-authored-by: Spencer Stolworthy <[email protected]>
1 parent dfce202 commit cfafd24

File tree

4 files changed

+23
-855
lines changed

4 files changed

+23
-855
lines changed

src/common/app_features.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export const APP_FEATURES = {
99
resetUser: 'resetUser',
1010
dashboardDateSelector: 'dashboard-date-selector',
1111
newDashboard: 'newDashboard',
12-
engagementWriter: 'engagementWriter'
12+
engagementWriter: 'engagementWriter',
13+
copyFrom: 'copyFrom'
1314
};
1415

1516
export type AppFeature = keyof typeof APP_FEATURES;

0 commit comments

Comments
 (0)