Skip to content

Commit

Permalink
Merge pull request #1372 from posit-dev/sagerb-fix-edit-configuration…
Browse files Browse the repository at this point in the history
…-bug

Fix edit configuration bug
  • Loading branch information
sagerb authored Apr 16, 2024
2 parents 77f4774 + ef999e7 commit b895d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/webviews/homeView/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const onClickAddConfiguration = () => {
const onClickEditConfiguration = () => {
vsCodeApi.postMessage({
command: "editConfiguration",
payload: selectedConfig.value,
payload: selectedConfig.value?.configurationName,
});
};

Expand Down

0 comments on commit b895d4f

Please sign in to comment.