mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Bug Fixes
This commit is contained in:
@@ -51,7 +51,7 @@ export default function SetupPage() {
|
||||
|
||||
// Create site using the hook
|
||||
const siteResult = addSite({
|
||||
id: "",
|
||||
id: 0,
|
||||
name: siteName,
|
||||
description: "",
|
||||
networks: []
|
||||
@@ -73,7 +73,7 @@ export default function SetupPage() {
|
||||
|
||||
// Create network using the hook
|
||||
const networkResult = addNetwork({
|
||||
id: "",
|
||||
id: 0,
|
||||
name: networkName,
|
||||
siteId: site.id,
|
||||
ipv4Subnet: "",
|
||||
|
||||
Reference in New Issue
Block a user