Skip to content

Commit

Permalink
Fix condition of showing a part of dialog for setuping custom env var…
Browse files Browse the repository at this point in the history
…iables
  • Loading branch information
AnastasiaSliusar committed Aug 1, 2024
1 parent d9f7ec6 commit 55e31e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/apputils/src/sessioncontext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1984,10 +1984,8 @@ namespace Private {
false,
translator
);

if (customEnvBlock) {
Widget.attach(customEnvBlock, body);
}

Widget.attach(customEnvBlock, body);
}

/**
Expand Down

0 comments on commit 55e31e5

Please sign in to comment.