mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
id type fix
This commit is contained in:
@@ -9,7 +9,7 @@ import { PencilLine, Network as NetworkIcon, Globe, Wifi } from "lucide-react";
|
||||
|
||||
interface EditNetworkProps {
|
||||
onNetworkEdited?: () => void;
|
||||
siteId: string;
|
||||
siteId: number;
|
||||
network: Network;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user