From e60e366cd8fc50b92b65e28a673f39bc634d616b Mon Sep 17 00:00:00 2001 From: John Wu <76966357+jwu-fisker@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:58:59 -0700 Subject: [PATCH] CEC-4678 Fix ERROR #42703 column "update_package_id" does not exist (#385) --- src/components/Controls/CarUpdatesTable/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Controls/CarUpdatesTable/index.jsx b/src/components/Controls/CarUpdatesTable/index.jsx index 1b21cf9..dd5be6b 100644 --- a/src/components/Controls/CarUpdatesTable/index.jsx +++ b/src/components/Controls/CarUpdatesTable/index.jsx @@ -32,7 +32,7 @@ const tableColumns = [ label: "ID", }, { - id: "update_package_id", + id: "update_manifest_id", label: "Name", }, {