mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Allow adding 3 nameserver addresses (#337)
This commit is contained in:
@@ -321,7 +321,7 @@ export function NameserverModalContent({
|
||||
)}
|
||||
|
||||
<Button
|
||||
disabled={nameservers.length >= 2}
|
||||
disabled={nameservers.length >= 3}
|
||||
variant={"dotted"}
|
||||
className={"w-full"}
|
||||
size={"sm"}
|
||||
|
||||
Reference in New Issue
Block a user