Explorar el Código

fix: remove rds-postgresql-aurora from addons ui (#4008)

jose-fully-ported hace 2 años
padre
commit
d24cfaf031
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

+ 2 - 1
dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

@@ -34,7 +34,8 @@ const HIDDEN_CHARTS = [
   "loki",
   "porter-agent",
   "rds-chart",
-  "rds-postgresql"
+  "rds-postgresql",
+  "rds-postgresql-aurora"
 ];
 
 //For Charts that don't exist locally we need to add them in manually