From 9c27a3ef352178f88ac678e436d1e70a046a15c9 Mon Sep 17 00:00:00 2001 From: Amelia Vance Date: Mon, 4 Mar 2024 12:24:15 -0500 Subject: [PATCH] Remove unused field in types/organiation.ts --- frontend/src/types/organization.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/types/organization.ts b/frontend/src/types/organization.ts index d4aded988..396113de9 100644 --- a/frontend/src/types/organization.ts +++ b/frontend/src/types/organization.ts @@ -39,5 +39,4 @@ export interface OrganizationTag { tags: OrganizationTag[]; organizations: Organization[]; scans: Scan[]; - state: string; }