mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Bug Fixes
This commit is contained in:
@@ -33,7 +33,7 @@ const useNetworks = () => {
|
||||
});
|
||||
};
|
||||
|
||||
const deleteNetwork = (networkId: string): Promise<string> | string => {
|
||||
const deleteNetwork = (networkId: number): Promise<string> | string => {
|
||||
if (!networkId) {
|
||||
return 'Network ID is required';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user