Add client-management-portal in Dasbboard values of properties.

This commit is contained in:
Konstantinos Triantafyllou 2023-06-07 17:34:53 +03:00
parent 17c2b03c9e
commit e6d4be5454
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export type Environment = "development" | "test" | "beta" | "production";
export type Dashboard = "explore" | "connect" | "monitor" | "aggregator" | "eosc";
export type Dashboard = "explore" | "connect" | "monitor" | "aggregator" | "eosc" | "client-management-portal";
export type PortalType = "explore" | "connect" | "community" | "monitor" | "funder" | "ri" | "project" | "organization" | "aggregator" | "eosc";
export interface EnvProperties {