mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2025-02-22 05:24:57 +00:00
Allow txt values properly
This commit is contained in:
parent
f07172876a
commit
f992ce6575
@ -223,7 +223,7 @@
|
||||
convert: (t: TxtRecord): ApiRecordFormat => ({
|
||||
name: t.Hdr.Name,
|
||||
type: t.Hdr.Rrtype,
|
||||
value: t.Txt,
|
||||
value: t.Txt.join("\n"),
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user