mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2024-11-13 23:21:32 +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…
Reference in New Issue
Block a user