mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update ConnectorForm UI
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
import type {FormInstance} from 'antd'
|
||||
import {Form, Input, Typography} from 'antd'
|
||||
import React from 'react'
|
||||
import {ConnectorProvider} from '../../api/connectors'
|
||||
import {t} from 'ttag'
|
||||
|
||||
export default function GandiConnectorForm({form}: {
|
||||
form: FormInstance
|
||||
}) {
|
||||
|
||||
form.setFieldValue('provider', ConnectorProvider.Gandi)
|
||||
|
||||
export default function GandiConnectorForm() {
|
||||
return (
|
||||
<>
|
||||
<Form.Item
|
||||
|
||||
Reference in New Issue
Block a user