diff --git a/ui/scripts/cloud.core.pod.js b/ui/scripts/cloud.core.pod.js
index 26d81446513..888787e9762 100644
--- a/ui/scripts/cloud.core.pod.js
+++ b/ui/scripts/cloud.core.pod.js
@@ -598,9 +598,7 @@ function bindAddPrimaryStorageButton($leftmenuItem1) {
clusterSelect.append("");
else
clusterSelect.append("");
- }
- if(!clusterSelect.val())
- $("option", clusterSelect)[0].attr("selected", "selected");
+ }
}
}
});