setVisibility(null)}
- title={_t("action|go_back")}
- />
-
-
- {visibility === Visibility.Public
- ? _t("create_space|public_heading")
- : _t("create_space|private_heading")}
-
-
- {_t("create_space|add_details_prompt")} {_t("create_space|add_details_prompt_2")}
-
-
-
+ // :TCHAP: space-remove-public-and-subspace
+ // if (visibility === null) {
+ // body = (
+ //
+ // {_t("create_space|label")}
+ // {_t("create_space|explainer")}
+
+ // setVisibility(Visibility.Public)}
+ // />
+ // setVisibility(Visibility.Private)}
+ // />
+
+ // {supportsSpaceFiltering && (
+ //
+ // {_t("create_space|search_public_button")}
+ //
+ // )}
+ //
+ // );
+ // } else {
+ // body = (
+ //
+ // setVisibility(null)}
+ // title={_t("action|go_back")}
+ // />
+
+ //
+ // {visibility === Visibility.Public
+ // ? _t("create_space|public_heading")
+ // : _t("create_space|private_heading")}
+ //
+ //
+ // {_t("create_space|add_details_prompt")} {_t("create_space|add_details_prompt_2")}
+ //
+
+ //
+
+ //
+ // {busy ? _t("create_space|creating") : _t("action|create")}
+ //
+ //
+ // );
+ // }
+ body = (
+
+
+ {_t("create_space|private_heading")}
+
+
+ {_t("create_space|add_details_prompt")} {_t("create_space|add_details_prompt_2", {}, {
+ a: (sub) => (
+ {window.open("https://aide.tchap.beta.gouv.fr/","_blank")}}>
+ {sub}
+
+ ),
+ })
+ }
+
+
+
-
- {busy ? _t("create_space|creating") : _t("action|create")}
-
-
- );
- }
+
+ {busy ? _t("create_space|creating") : _t("action|create")}
+
+