diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2006d706b..7dd351c930d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The types of changes are: ### Changed * The organization info form step is now skipped if the server already has organization info. [#1840](https://github.com/ethyca/fides/pull/1840) +* Removed the description column from the classify systems page. [#1867](https://github.com/ethyca/fides/pull/1867) ### Fixed diff --git a/clients/admin-ui/src/features/system/ClassifySystemsTable.tsx b/clients/admin-ui/src/features/system/ClassifySystemsTable.tsx index 8a9c9b7a0a6..38a0c835f0a 100644 --- a/clients/admin-ui/src/features/system/ClassifySystemsTable.tsx +++ b/clients/admin-ui/src/features/system/ClassifySystemsTable.tsx @@ -29,8 +29,7 @@ const ClassifySystemsTable = ({ systems }: { systems: System[] }) => { System Name - Description - Classification Status + Classification Status @@ -47,9 +46,6 @@ const ClassifySystemsTable = ({ systems }: { systems: System[] }) => { - - -