mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 06:44:17 +08:00
chore: fix typo for CloudDNS (#7243)
This commit is contained in:
parent
1910f1b78a
commit
f294130746
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ export const DNSTypes = [
|
||||||
value: 'CloudFlare',
|
value: 'CloudFlare',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'CloudDns',
|
label: 'CloudDNS',
|
||||||
value: 'CloudDns',
|
value: 'CloudDns',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue