mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Bug Fixes
This commit is contained in:
@@ -6,7 +6,7 @@ import ErrorToast from "@/components/Error";
|
||||
import SuccessToast from "@/components/Success";
|
||||
|
||||
interface DeleteNetworkProps {
|
||||
networkId: string;
|
||||
networkId: number;
|
||||
onNetworkDeleted?: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user