Skip to content

Commit fc6f9e5

Browse files
committed
Enable engineCloud service in project creation modal
1 parent 9f88b5c commit fc6f9e5

File tree

1 file changed

+1
-4
lines changed
  • apps/dashboard/src/@/components/project/create-project-modal

1 file changed

+1
-4
lines changed

apps/dashboard/src/@/components/project/create-project-modal/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ import { projectDomainsSchema, projectNameSchema } from "@/schema/validations";
4040
import { toArrFromList } from "@/utils/string";
4141

4242
const ALL_PROJECT_SERVICES = SERVICES.filter(
43-
(srv) =>
44-
srv.name !== "relayer" &&
45-
srv.name !== "chainsaw" &&
46-
srv.name !== "engineCloud", // TODO enable once API server is out
43+
(srv) => srv.name !== "relayer" && srv.name !== "chainsaw",
4744
);
4845

4946
export type CreateProjectPrefillOptions = {

0 commit comments

Comments
 (0)