|
|
@@ -105,7 +105,6 @@ const ProjectSelectionModal: React.FC<Props> = ({
|
|
|
if (clusters_list?.length > 0) {
|
|
|
setCurrentCluster(clusters_list[0]);
|
|
|
if (project.simplified_view_enabled) {
|
|
|
- console.log("HERE BITCH")
|
|
|
pushFiltered(props, "/apps", ["project_id"], {});
|
|
|
}
|
|
|
else {
|
|
|
@@ -239,4 +238,4 @@ const I = styled.i`
|
|
|
align-items: center;
|
|
|
margin-right: 5px;
|
|
|
justify-content: center;
|
|
|
-`;
|
|
|
+`;
|