fix(stacks): stack.env can be null [BE-12736] (#2241)
This commit is contained in:
@@ -15,7 +15,7 @@ export function useUpdateStackMutation() {
|
||||
|
||||
type Payload = {
|
||||
stackFileContent: string;
|
||||
env?: EnvVarValues;
|
||||
env?: EnvVarValues | null;
|
||||
prune?: boolean;
|
||||
webhook?: string;
|
||||
repullImageAndRedeploy?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user