From 7a83889e9fe79256528011787f64afb15d2dcd3b Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Thu, 27 Jun 2024 09:52:03 -0400 Subject: [PATCH] refactor: remove ensure safe component.string deprecation (#1270) * refactor: remove ensure-safe-component.string deprecation * fix: show date cell in submissions and grants tables --- app/components/workflow-grants/index.hbs | 5 + app/components/workflow-grants/index.js | 6 +- app/controllers/grants/detail.js | 14 +- app/controllers/grants/index.js | 22 +- app/controllers/submissions/index.js | 26 +- app/deprecation-workflow.js | 1 - app/templates/grants/detail.hbs | 9 + app/templates/grants/index.hbs | 7 + app/templates/submissions/index.hbs | 9 + package.json | 2 +- yarn.lock | 328 +++++++++++++++++++++-- 11 files changed, 369 insertions(+), 60 deletions(-) diff --git a/app/components/workflow-grants/index.hbs b/app/components/workflow-grants/index.hbs index 2e6e46d0..1ae131e7 100644 --- a/app/components/workflow-grants/index.hbs +++ b/app/components/workflow-grants/index.hbs @@ -53,6 +53,11 @@