From 8e9f83b3363845e8e0de8009ae9c55c45f209d97 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Thu, 9 Jun 2022 15:58:54 +1000 Subject: [PATCH] disable cloud functions region select --- src/components/Settings/ProjectSettings/RowyRun.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Settings/ProjectSettings/RowyRun.tsx b/src/components/Settings/ProjectSettings/RowyRun.tsx index 63395831..793be645 100644 --- a/src/components/Settings/ProjectSettings/RowyRun.tsx +++ b/src/components/Settings/ProjectSettings/RowyRun.tsx @@ -17,7 +17,7 @@ import { IProjectSettingsChildProps } from "@src/pages/Settings/ProjectSettingsP import { WIKI_LINKS } from "@src/constants/externalLinks"; import useUpdateCheck from "@src/hooks/useUpdateCheck"; import { runRoutes } from "@src/constants/runRoutes"; -import RegionSelect from "@src/components/Settings/RegionSelect"; +// import RegionSelect from "@src/components/Settings/RegionSelect"; export default function RowyRun({ settings, @@ -193,7 +193,7 @@ export default function RowyRun({ - updateSettings({ region: v || "" })} @@ -202,7 +202,7 @@ export default function RowyRun({ helperText: "All new deployments of Rowy Cloud Functions will be deployed to this region", }} - /> + /> */} ); }