فهرست منبع

Add stack id field to populated env group

jnfrati 3 سال پیش
والد
کامیت
f0c76dd045
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      dashboard/src/components/porter-form/types.ts

+ 1 - 0
dashboard/src/components/porter-form/types.ts

@@ -222,6 +222,7 @@ export type PopulatedEnvGroup = {
   };
   applications: any[];
   meta_version: number;
+  stack_id?: string;
 };
 export interface KeyValueArrayFieldState {
   values: {