Explorar o código

fix: activate status filters for preview environments

Soham Parekh %!s(int64=3) %!d(string=hai) anos
pai
achega
a7acd689a3

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/preview-environments/deployments/DeploymentList.tsx

@@ -23,7 +23,7 @@ import { getPRDeploymentList, validatePorterYAML } from "../utils";
 import { PorterYAMLErrors } from "../errors";
 import { PorterYAMLErrors } from "../errors";
 import PorterYAMLErrorsModal from "../components/PorterYAMLErrorsModal";
 import PorterYAMLErrorsModal from "../components/PorterYAMLErrorsModal";
 
 
-const AvailableStatusFilters = ["all", "created", "failed", "not_deployed"];
+const AvailableStatusFilters = ["all", "created", "failed"];
 
 
 type AvailableStatusFiltersType = typeof AvailableStatusFilters[number];
 type AvailableStatusFiltersType = typeof AvailableStatusFilters[number];