diff --git a/Common/Types/JSON.ts b/Common/Types/JSON.ts index a0a51f07f9..4bf4fcb7e1 100644 --- a/Common/Types/JSON.ts +++ b/Common/Types/JSON.ts @@ -71,7 +71,6 @@ export enum ObjectType { NotNull = "NotNull", IsNull = "IsNull", Includes = "Includes", - DashboardComponent = "DashboardComponent", DashboardViewConfig = "DashboardViewConfig", }