From e6ff1d15d503534820acdf0afc5d44d6fd98c8fe Mon Sep 17 00:00:00 2001 From: adele-usdr <146878468+adele-usdr@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:28:33 -0800 Subject: [PATCH 1/5] fix: #2218 remove grants table feature flag, and logic specific to old grants table --- packages/client/src/components/Layout.vue | 7 +------ .../client/src/helpers/featureFlags/index.js | 3 --- packages/client/src/router/index.js | 21 +------------------ packages/client/src/views/Dashboard.vue | 9 ++------ packages/client/src/views/Grants.vue | 5 +---- packages/client/src/views/MyGrants.vue | 5 +---- 6 files changed, 6 insertions(+), 44 deletions(-) diff --git a/packages/client/src/components/Layout.vue b/packages/client/src/components/Layout.vue index d988fd887..f1b277290 100755 --- a/packages/client/src/components/Layout.vue +++ b/packages/client/src/components/Layout.vue @@ -64,8 +64,6 @@ My Grants Browse Grants - Eligibility Codes - Keywords Dashboard Users {{newTerminologyEnabled ? 'Teams' : 'Agencies'}} @@ -86,7 +84,7 @@ + diff --git a/packages/client/src/views/Grants.vue b/packages/client/src/views/Grants.vue index a99b7e17a..dcbf7a7e4 100644 --- a/packages/client/src/views/Grants.vue +++ b/packages/client/src/views/Grants.vue @@ -4,7 +4,7 @@