feat: start of EPP form

This commit is contained in:
Maël Gangloff
2025-02-24 22:18:49 +01:00
parent 77e7d6cdf8
commit 7b0c3f4c07
6 changed files with 229 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import {Checkbox, Form, Typography} from "antd"
import {t} from "ttag"
import React from "react"
export default function DefaultConnectorFormItems({tosLink}: { tosLink: string }) {
export default function DefaultConnectorFormItems({tosLink}: { tosLink?: string }) {
return <>
<Form.Item
valuePropName='checked'