mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 19:26:36 +00:00
remove is base domain resource and flag
This commit is contained in:
@@ -124,7 +124,7 @@ export default function GeneralPage() {
|
||||
await api
|
||||
.post(`/org/${org?.org.orgId}`, {
|
||||
name: data.name,
|
||||
subnet: data.subnet // Include subnet in the API request
|
||||
// subnet: data.subnet // Include subnet in the API request
|
||||
})
|
||||
.then(() => {
|
||||
toast({
|
||||
|
||||
Reference in New Issue
Block a user