Merge branch 'distribution' of github.com:fosrl/pangolin-saas into distribution

This commit is contained in:
Owen
2025-10-13 17:00:37 -07:00
5 changed files with 5 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ export default function CreateDomainForm({
resolver: zodResolver(formSchema),
defaultValues: {
baseDomain: "",
type: build == "oss" ? "wildcard" : "ns"
type: build == "oss" || !env.flags.usePangolinDns ? "wildcard" : "ns"
}
});

View File

@@ -80,7 +80,7 @@ export function LicenseKeysDataTable({
}
},
{
accessorKey: "type",
accessorKey: "tier",
header: ({ column }) => {
return (
<Button