mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 18:23:41 +00:00
Merge branch 'dev' into refactor/paginated-tables
This commit is contained in:
@@ -300,7 +300,7 @@ export default function CreateInternalResourceDialog({
|
||||
const [udpCustomPorts, setUdpCustomPorts] = useState<string>("");
|
||||
|
||||
const availableSites = sites.filter(
|
||||
(site) => site.type === "newt" && site.subnet
|
||||
(site) => site.type === "newt"
|
||||
);
|
||||
|
||||
const form = useForm<FormData>({
|
||||
|
||||
Reference in New Issue
Block a user