Skip to content

Commit

Permalink
add missing isHelmVM property
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 4, 2023
1 parent c045f16 commit d1fa154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/apps/AppVersionHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type ReleaseWithError = {

type Props = {
outletContext: {
adminConsoleMetadata: { isAirgap: boolean; isKurl: boolean };
adminConsoleMetadata: { isAirgap: boolean; isKurl: boolean, isHelmVM: boolean };
app: App;
displayErrorModal: boolean;
isBundleUploading: boolean;
Expand Down

0 comments on commit d1fa154

Please sign in to comment.