Skip to content

Commit

Permalink
Edit shouldExecute
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Dec 17, 2024
1 parent c78ba36 commit f54a096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export class EnvironmentVariablesBulkEditDraftStep<T extends EnvironmentVariable
}

public shouldExecute(context: T): boolean {
return context.containersIdx !== undefined && !!context.environmentVariables;
return !!context.environmentVariables;
}
}

0 comments on commit f54a096

Please sign in to comment.