|
|
@@ -100,8 +100,6 @@ const ProjectSelectionModal: React.FC<Props> = ({
|
|
|
setCurrentProject(project);
|
|
|
|
|
|
const clusters_list = await updateClusterList(project.id);
|
|
|
- console.log(clusters_list);
|
|
|
-
|
|
|
if (clusters_list?.length > 0) {
|
|
|
setCurrentCluster(clusters_list[0]);
|
|
|
if (project.simplified_view_enabled) {
|