Skip to content

Commit

Permalink
Fix: skip on command line dialog looping and reopening dialog (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebonnici committed Jul 2, 2024
1 parent 927ab8c commit 99750d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VsCodeDialog/VsCodeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const VsCodeDialog = () => {
status === VsCodeStatus.NRFJPROG_RECOMMEND_UNIVERSAL) && (
<DialogButton
onClick={() => {
dispatch(openVsCode());
dispatch(openVsCode(true));
}}
variant="secondary"
>
Expand Down

0 comments on commit 99750d6

Please sign in to comment.