This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push: new 354627a19d5 UI: fix CreateIsolatedNetworkForm.vue (#9359) 354627a19d5 is described below commit 354627a19d54aa796888baccc043977f04fb9b12 Author: Wei Zhou <weiz...@apache.org> AuthorDate: Tue Jul 9 10:16:28 2024 +0200 UI: fix CreateIsolatedNetworkForm.vue (#9359) --- ui/src/views/network/CreateIsolatedNetworkForm.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/src/views/network/CreateIsolatedNetworkForm.vue b/ui/src/views/network/CreateIsolatedNetworkForm.vue index 483268737fd..0c81a69057c 100644 --- a/ui/src/views/network/CreateIsolatedNetworkForm.vue +++ b/ui/src/views/network/CreateIsolatedNetworkForm.vue @@ -382,9 +382,6 @@ export default { }) }, fetchData () { - if (this.isAdminOrDomainAdmin()) { - this.fetchDomainData() - } this.fetchZoneData() this.allowSettingMTU() },