id type fix

This commit is contained in:
headlesdev
2025-05-22 00:13:44 +02:00
parent 8e197726e5
commit d25084896d
4 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import { PencilLine, Network as NetworkIcon, Globe, Wifi } from "lucide-react";
interface EditNetworkProps {
onNetworkEdited?: () => void;
siteId: string;
siteId: number;
network: Network;
}